pull/5756/head
Cagatay Civici 2024-05-09 14:29:32 +03:00
commit 5a8ff84a79
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