mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Change theming implementation - 1/2
This commit is contained in:
parent
6479cad038
commit
43bdf2c3e5
19 changed files with 474 additions and 61 deletions
|
@ -1,3 +1,6 @@
|
|||
export * from './color';
|
||||
export { default as sharedUtils } from './sharedUtils';
|
||||
export * from './dt';
|
||||
export { default as ThemeService } from './service';
|
||||
export { default as SharedUtils } from './sharedUtils';
|
||||
export { default as toVariables } from './toVariables';
|
||||
export { default as useColorMode } from './useColorMode';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue