UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

8 lines (7 loc) 398 B
import colorMap from './colorMap'; import { ThemeInterface, WithThemeProps } from './types'; import { ThemeProvider as UpThemeProvider } from './ThemeProvider'; import withTheme from './withTheme'; declare const defaultTheme: ThemeInterface; export { UpThemeProvider, ThemeInterface as UpThemeInterface, colorMap as UpThemeColorMap, WithThemeProps, withTheme }; export default defaultTheme;