Skip to content

API Reference / @gtkx/storybook / index / Preview

Type Alias: Preview ​

Preview = Annotations<Args> & object

Defined in: types.d.ts:94

Project annotations shared by all composed stories.

Type Declaration ​

globalTypes? ​

optional globalTypes?: GlobalTypes

Storybook metadata describing global values; native toolbar controls are not provided.

initialGlobals? ​

optional initialGlobals?: Args

Initial global values available in story rendering and decorators.