UNPKG

storybook

Version:

Storybook: Develop, document, and test UI components in isolation

7 lines (4 loc) 244 B
import { Renderer, PartialStoryFn } from 'storybook/internal/types'; /** @deprecated Will be removed in Storybook v10 */ declare const withActions: <T extends Renderer>(storyFn: PartialStoryFn<T>) => T['storyResult']; export { withActions };