UNPKG

element-plus

Version:

A Component Library for Vue3.0

13 lines (12 loc) 349 B
export declare const DEFAULT_FORMATS_TIME = "HH:mm:ss"; export declare const DEFAULT_FORMATS_DATE = "YYYY-MM-DD"; export declare const DEFAULT_FORMATS_DATEPICKER: { date: string; week: string; year: string; month: string; datetime: string; monthrange: string; daterange: string; datetimerange: string; };