Added d.ts file to theme core (1/2)

pull/5756/head
Mert Sincan 2024-05-09 11:32:51 +01:00
parent e7853c5f70
commit 210a4ad289
5 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/* @todo - remove any types */
export function definePreset(...arg: any[]): any;
export function updatePreset(...arg: any[]): any;
export function updatePrimaryPalette(palette?: any): any;
export function updateSurfacePalette(palette?: any): string;
export function usePreset(...arg: any[]): any;
export function useTheme(theme: any): any;

View File

View File

View File

View File