UNPKG

css-theme-management

Version:

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

5 lines (4 loc) 212 B
import ThemeManagement from '../theme_management'; export declare const themeLoader: ThemeManagement.IThemeLoader; export declare const getRootStyle: ThemeManagement.IRootFetcher; export default themeLoader;