UNPKG

@aplus-frontend/ui

Version:

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