UNPKG

@storybook/addon-actions

Version:

Get UI feedback when an action is performed on an interactive element

6 lines (3 loc) 192 B
import { Renderer, PartialStoryFn } from 'storybook/internal/types'; declare const withActions: <T extends Renderer>(storyFn: PartialStoryFn<T>) => T['storyResult']; export { withActions };