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.
7 lines
458 B
7 lines
458 B
import type { ExtractPropTypes } from 'vue';
|
|
export declare const iconProps: {
|
|
readonly size: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<string | number>, unknown, unknown, unknown, unknown>;
|
|
readonly color: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, unknown, unknown, unknown, unknown>;
|
|
};
|
|
export declare type IconProps = ExtractPropTypes<typeof iconProps>;
|