UNPKG

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