UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 620 B
import { ApFieldDateRangeProps } from '../interface'; import { ApFormatPresetType } from '../date/interface'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { LiteralUnion } from '../../type'; declare const _default: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFieldDateRangeProps> & Readonly<{}>, { emptyText: string; format: LiteralUnion<ApFormatPresetType, string>; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;