UNPKG

@minto-ai/mt-ui

Version:

UI组件库

99 lines (98 loc) 3.87 kB
export declare const MtIcon: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{ readonly size: { readonly type: import('vue').PropType<number | string>; readonly validator: (value: number | string) => value is number | "inherit"; readonly default: "inherit"; }; readonly color: { readonly type: StringConstructor; readonly default: "inherit"; }; readonly name: { readonly type: StringConstructor; readonly required: true; readonly validator: (value: string) => boolean; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { readonly size: string | number; readonly color: string; readonly rotate: number; readonly clickable: boolean; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('vue').ExtractPropTypes<{ readonly size: { readonly type: import('vue').PropType<number | string>; readonly validator: (value: number | string) => value is number | "inherit"; readonly default: "inherit"; }; readonly color: { readonly type: StringConstructor; readonly default: "inherit"; }; readonly name: { readonly type: StringConstructor; readonly required: true; readonly validator: (value: string) => boolean; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, {}, {}, {}, {}, { readonly size: string | number; readonly color: string; readonly rotate: number; readonly clickable: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{ readonly size: { readonly type: import('vue').PropType<number | string>; readonly validator: (value: number | string) => value is number | "inherit"; readonly default: "inherit"; }; readonly color: { readonly type: StringConstructor; readonly default: "inherit"; }; readonly name: { readonly type: StringConstructor; readonly required: true; readonly validator: (value: string) => boolean; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { readonly size: string | number; readonly color: string; readonly rotate: number; readonly clickable: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin; export default MtIcon;