UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

4 lines (3 loc) 256 B
import { DateFormatOptions, FORMAT_DATE } from './types/format.types'; export declare const formatDate: (date: Date, format: DateFormatOptions | FORMAT_DATE | string) => string; export declare const formatDateToUTC: (date: Date | string | number) => Date;