You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
1.1 KiB
18 lines
1.1 KiB
11 months ago
|
export declare const ElIcon: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
readonly size: import("../../utils/props").BuildPropReturn<import("../../utils/props").PropWrapper<string | number>, unknown, unknown, unknown, unknown>;
|
||
|
readonly color: import("../../utils/props").BuildPropReturn<StringConstructor, unknown, unknown, unknown, unknown>;
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
readonly size?: unknown;
|
||
|
readonly color?: unknown;
|
||
|
} & {} & {
|
||
|
size?: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<string | number>, unknown, unknown> | undefined;
|
||
|
color?: string | undefined;
|
||
|
}>, {
|
||
|
size: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<string | number>, unknown, unknown>;
|
||
|
color: string;
|
||
|
}>> & Record<string, any>;
|
||
|
export default ElIcon;
|
||
|
export * from './src/icon';
|