UNPKG

230 BTypeScriptView Raw
1import type { ArgTypes } from '@storybook/addons';
2export declare type PropDescriptor = string[] | RegExp;
3export declare const filterArgTypes: (argTypes: ArgTypes, include?: PropDescriptor, exclude?: PropDescriptor) => ArgTypes;