react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
11 lines (10 loc) • 404 B
TypeScript
import { AnyFramework, ArgsEnhancer } from '@storybook/csf';
/**
* Automatically add action args for argTypes whose name
* matches a regex, such as `^on.*` for react-style `onClick` etc.
*/
export declare const inferActionsFromArgTypesRegex: ArgsEnhancer<AnyFramework>;
/**
* Add action args for list of strings.
*/
export declare const addActionsFromArgTypes: ArgsEnhancer<AnyFramework>;