UNPKG

css-theme-management

Version:

This package was created to ease the process of implementing multiple themes in an app.

6 lines (5 loc) 122 B
declare type ThemeProperty = { propertyName: string; propertyValue: string; }; export default ThemeProperty;