UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

7 lines (6 loc) 400 B
import { Locale } from 'date-fns'; import { SelectOption, SelectOptions } from '../Select/types'; export declare const DEFAULT_DATE: Date; export declare const getDate: (date: Date | number | string, interval?: number) => Date | null; export declare const getMonths: (locale: Locale) => SelectOptions["options"]; export declare const getYears: (startYear: number, endYear: number) => SelectOption[];