element-ui-for-gov
Version:
element-ui for gov
16 lines (11 loc) • 379 B
TypeScript
import { ElementUIComponentForGov } from './component'
export type DateType = Date | String | Number
/** Calendar Component */
export declare class ElCalendar extends ElementUIComponentForGov {
/** Binding value */
value: DateType
/** Specify the display range of the calendar */
range: DateType[]
/** First day of week */
firstDayOfWeek: number
}