UNPKG

@gsretail.com/gui-core

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

4 lines (3 loc) 118 B
declare const theme: (customColor?: any) => any; declare type GuiTheme = typeof theme; export { GuiTheme, theme };