UNPKG

@fmdevui/fm-dev

Version:

Page level components developed based on Element Plus.

55 lines (54 loc) 1.46 kB
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ExtractPropTypes<{ ftext: { type: StringConstructor; default: string; }; fprovince: { type: StringConstructor; default: string; }; fcity: { type: StringConstructor; default: string; }; fcounty: { type: StringConstructor; default: string; }; modelValue: { type: PropType<any>; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { changeparsing: (...args: any[]) => void; "update:modelValue": (value: any) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ ftext: { type: StringConstructor; default: string; }; fprovince: { type: StringConstructor; default: string; }; fcity: { type: StringConstructor; default: string; }; fcounty: { type: StringConstructor; default: string; }; modelValue: { type: PropType<any>; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; onChangeparsing?: ((...args: any[]) => any) | undefined; }>, { ftext: string; fprovince: string; fcity: string; fcounty: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;