UNPKG

388 BTypeScriptView Raw
1import { Args } from '@storybook/csf';
2import type { StoryObj } from './types-6-0';
3export type { StoryFn, StoryObj, Meta } from './types-6-0';
4/**
5 * Story function that represents a CSFv3 component example.
6 *
7 * @see [Named Story exports](https://storybook.js.org/docs/formats/component-story-format/#named-story-exports)
8 */
9export declare type Story<TArgs = Args> = StoryObj<TArgs>;