UNPKG

@kadconsulting/dry

Version:
8 lines (7 loc) 309 B
import type { StoryContext } from '@storybook/react'; import { ThemeTypes } from '../../components/ThemeProvider'; /** * A utility function to infer the theme (i.e., 'light' or 'dark') * from the Storybook background. */ export declare const inferThemeType: (context: StoryContext<unknown>) => ThemeTypes;