UNPKG

@trussworks/react-uswds

Version:
11 lines (10 loc) 564 B
import { default as React } from 'react'; type StorybookArguments = { handleSelectYear: (year: number) => void; setStatuses: (statuses: string[]) => void; }; export declare const yearPicker: (argTypes: StorybookArguments) => React.ReactElement; export declare const withMinAndMaxInCurrentChunk: (argTypes: StorybookArguments) => React.ReactElement; export declare const withMinInCurrentChunk: (argTypes: StorybookArguments) => React.ReactElement; export declare const withMaxInCurrentChunk: (argTypes: StorybookArguments) => React.ReactElement; export {};