import type { VmSize } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import TimePicker from "./src/time-picker"; export declare const VTimePicker: Install, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly placeholder: BasicType, string | null>; readonly size: BasicType, VmSize | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:time": (val: string) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly placeholder: BasicType, string | null>; readonly size: BasicType, VmSize | null>; }>> & { "onUpdate:time"?: ((val: string) => any) | undefined; }, { readonly size: VmSize; readonly disabled: boolean; readonly placeholder: string; readonly clear: boolean; readonly time: string; }>>; /** time-picker 组件实例类型 */ export type TimePickerInstance = InstanceType; export * from './src/interface'; export default VTimePicker;