You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating one demo application and layout using our package in TypeScript, I realized that we need CSSClasses and ThemeOptions interfaces to declare types for the variables.
Solution:
We need to export these interfaces directly from the package so that users can use them.
The text was updated successfully, but these errors were encountered:
Add missing interface exports for CSSClasses and ThemeOptions from the package
Fixes#110
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Description:
While creating one demo application and layout using our package in TypeScript, I realized that we need CSSClasses and ThemeOptions interfaces to declare types for the variables.
Solution:
We need to export these interfaces directly from the package so that users can use them.
The text was updated successfully, but these errors were encountered: