Merge branch 'v4' of https://github.com/primefaces/primevue into v4
commit
5a8ff84a79
|
@ -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;
|
Loading…
Reference in New Issue