welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
7 lines (6 loc) • 387 B
TypeScript
import { Locale } from 'date-fns';
import { SelectOption, SelectOptions } from '../Select';
export declare const DEFAULT_DATE: Date;
export declare const getDate: (date: Date | number | string, interval?: number) => Date;
export declare const getMonths: (locale: Locale) => SelectOptions["options"];
export declare const getYears: (startYear: number, endYear: number) => SelectOption[];