UNPKG

@trussworks/react-uswds

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