UNPKG

easyest-xqp

Version:

47 lines (46 loc) 1.59 kB
declare const _sfc_main: import("vue").DefineComponent<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly color: { readonly type: import("vue").PropType<string>; readonly default: "160,150,0"; }; readonly isFromPc: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }, { /** @description button html element */ _ref: import("vue").Ref<any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly color: { readonly type: import("vue").PropType<string>; readonly default: "160,150,0"; }; readonly isFromPc: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }>> & { [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined; }, { readonly required: boolean; readonly title: string; readonly color: string; readonly isFromPc: boolean; }>; export default _sfc_main;