mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Theming API: Add new helper methods and remove useColorScheme
This commit is contained in:
parent
064f7f9b02
commit
7bd88de07b
13 changed files with 155 additions and 113 deletions
|
@ -1,7 +1,9 @@
|
|||
export * from './color';
|
||||
export * from './dt';
|
||||
export { default as extendPreset } from './extendPreset';
|
||||
export { default as ThemeService } from './service';
|
||||
export { default as SharedUtils } from './sharedUtils';
|
||||
export { default as ThemeUtils } from './themeUtils';
|
||||
export { default as toVariables } from './toVariables';
|
||||
export { default as useColorScheme } from './useColorScheme';
|
||||
export { default as updatePreset } from './updatePreset';
|
||||
export { default as updateTheme } from './updateTheme';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue