UNPKG

@codinggorilla/storybook-theme-changer

Version:
5 lines (4 loc) 239 B
/// <reference types="react" /> import { Theme } from '@emotion/react'; import { Story, StoryContext } from '@storybook/react'; export declare function WithThemesProvider(themes: Theme[], Story: Story, Context: StoryContext): JSX.Element;