Theming API: Update themes folder structure and all exports

This commit is contained in:
mertsincan 2024-03-27 13:12:22 +00:00
parent 5403be3a70
commit e23fd12ff4
27 changed files with 92 additions and 18 deletions

View file

@ -1,2 +1,5 @@
export * from 'primevue/themes/actions';
export { default } from 'primevue/themes/config';
export * from './utils';
export * from 'primevue/themes/helpers';
export { default as ThemeService } from 'primevue/themes/service';
export * from 'primevue/themes/utils';