UNPKG

@compositive/storybook

Version:

Storybook framework with useful defaults and integration with Compositive.

5 lines (4 loc) 307 B
import { StoryContext } from "@storybook/react"; import { GlobalThemeProvider } from "./GlobalThemeProvider-17a723dc.js"; declare const withThemes: (themes: GlobalThemeProvider.ThemeMap, defaultThemeName: string) => (StoryFn: () => JSX.Element, context: StoryContext) => JSX.Element; export { withThemes };