UNPKG

css-theme-management

Version:

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

4 lines (3 loc) 174 B
export { Theming } from './types/index'; export { ThemeManagement } from './theme_manager/theme_management'; export { ThemeManager } from './theme_manager/theme_manager';