UNPKG

@storybook/addon-actions

Version:

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

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