UNPKG

173 BTypeScriptView Raw
1import { StoryFn as StoryFunction, StoryContext } from '@storybook/addons';
2export declare const withBackground: (StoryFn: StoryFunction, context: StoryContext) => unknown;