UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

12 lines (11 loc) 304 B
import { SelectProps } from "../select/index.vue"; export interface TimeSelectProps extends SelectProps { interval?: string; inputFormat?: string; format?: string; start?: string; end?: string; withStartTime?: boolean; withEndTime?: boolean; skip?: string[]; }