UNPKG

css-theme-management

Version:

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

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