@trussworks/react-uswds
Version:
React USWDS 3.0 component library
8 lines (7 loc) • 310 B
TypeScript
import { default as React } from 'react';
type StorybookArguments = {
handleSelectMonth: (value: number) => void;
};
export declare const monthPicker: (argTypes: StorybookArguments) => React.ReactElement;
export declare const withMinAndMax: (argTypes: StorybookArguments) => React.ReactElement;
export {};