UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

7 lines (6 loc) 147 B
export interface IDateRangePickerProps { modelValue: string[]; valueFormat?: string; limitDays?: number; includeToday?: boolean; }