UNPKG

@storybook/addon-actions

Version:

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

8 lines (4 loc) 197 B
import { ArgsEnhancer, LoaderFunction } from 'storybook/internal/types'; declare const argsEnhancers: ArgsEnhancer[]; declare const loaders: LoaderFunction[]; export { argsEnhancers, loaders };