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

9 lines (8 loc) 275 B
/** * Date format for neutral date * @type {string} * @readonly */ export type FormatMonthOptionType = '2-digit' | 'numeric' | 'narrow' | 'short' | 'long'; export type FormatWeekdayOptionType = 'narrow' | 'short' | 'long'; export declare const NEUTRAL_DATE = "DDMMYYYY";