@trussworks/react-uswds
Version:
React USWDS 3 component library
11 lines (10 loc) • 523 B
TypeScript
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 {};