UNPKG

storybook

Version:

Storybook framework-agnostic API

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 };