Skip to content

Commit

Permalink
chore: update Panel types to latest Kirby 5 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 24, 2025
1 parent 7b6e1cf commit 53c1f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface PanelSearcher {
query: (arg1?: any, arg2?: any, arg3?: any) => Promise<any>;
}
export interface PanelTheme {
setting: any;
setting: string;
system: string;
key: (...args: any[]) => any;
defaults: (...args: any[]) => any;
Expand Down Expand Up @@ -558,7 +558,7 @@ export interface PanelPlugins {
login: any;
textareaButtons: Record<string, any>;
thirdParty: PanelPluginsThirdParty;
use: (...args: any[]) => any[];
use: (arg1?: any) => any[];
viewButtons: PanelPluginsViewButtons;
writerMarks: Record<string, any>;
writerNodes: PanelPluginsWriterNodes;
Expand Down

0 comments on commit 53c1f52

Please sign in to comment.