UNPKG

storybook-addon-styled-component-theme

Version:

storybook addon with styled-components theme

8 lines (7 loc) 183 B
import * as React from "react"; export interface ThemeProps { channel: any; api: any; active: boolean; } export declare const Themes: React.FunctionComponent<ThemeProps>;