mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-20 18:10:08 +02:00
Rename tab to icon and panel to content
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface Plugin {
|
||||
title: JSX.Element;
|
||||
tab: JSX.Element;
|
||||
panel: JSX.Element;
|
||||
icon: JSX.Element;
|
||||
content: JSX.Element;
|
||||
onDismount?(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user