UNPKG

easyest-xqp

Version:

35 lines (34 loc) 1.15 kB
export declare const Icon: import("utils-xqp").SFCWithInstall<import("vue").DefineComponent<{ readonly size: { readonly type: StringConstructor; readonly default: ""; }; readonly color: { readonly type: StringConstructor; readonly default: ""; }; readonly name: { readonly type: StringConstructor; readonly default: ""; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly size: { readonly type: StringConstructor; readonly default: ""; }; readonly color: { readonly type: StringConstructor; readonly default: ""; }; readonly name: { readonly type: StringConstructor; readonly default: ""; }; }>> & { onClick?: ((...args: any[]) => any) | undefined; }, { readonly size: string; readonly name: string; readonly color: string; }>> & Record<string, any>; export default Icon;