Add type support to definePreset #3380
Unanswered
can-oezkan
asked this question in
PrimeNG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When making a custom theme using the definePreset function. There is no type support for all available design tokens.
declare function definePreset(...presets: any[]): any;
This would help with maintaining a custom theming.
Beta Was this translation helpful? Give feedback.
All reactions