UNPKG

@react-theming/storybook-addon

Version:

Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution

8 lines (7 loc) 136 B
export function createTheme<T extends {} = {}>( theme: T, ): { main: string; textColor: string; backgroundColor: string; } & T;