UNPKG

easyest-xqp

Version:

38 lines (37 loc) 1.43 kB
declare const _sfc_main: import("vue").DefineComponent<{ readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly clickText: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly icons: { readonly type: import("vue").PropType<import("./tool-btn").iconOption[]>; readonly default: () => never[]; }; }, { /** @description button html element */ toolBtnRef: import("vue").Ref<HTMLDivElement | undefined>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly clickText: { readonly type: import("vue").PropType<string>; readonly default: ""; }; readonly icons: { readonly type: import("vue").PropType<import("./tool-btn").iconOption[]>; readonly default: () => never[]; }; }>> & { [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined; }, { readonly title: string; readonly clickText: string; readonly icons: import("./tool-btn").iconOption[]; }>; export default _sfc_main;