UNPKG

storybook-addon-styled-component-theme

Version:

storybook addon with styled-components theme

4 lines (3 loc) 235 B
import { ThemeProviderComponent } from "styled-components"; import { Theme } from "./types/Theme"; export declare const withThemesProvider: (themes: Theme[], ThemeProvider?: ThemeProviderComponent<any>) => (story: any) => JSX.Element;