UNPKG

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