UNPKG

css-theme-management

Version:

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

6 lines (5 loc) 135 B
import ThemeProperty from './theme_property'; declare type Theme = { [index: string]: ThemeProperty; }; export default Theme;