UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

6 lines 339 B
import { Dayjs } from 'dayjs'; /** * Безопасный парсинг даты: сначала пробует указанный формат, затем автопарсинг (ISO, RFC 2822 и т.д.) */ export declare const parseDateSafe: (dateStr: string, format?: string) => Dayjs | null; //# sourceMappingURL=date-utils.d.ts.map