UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 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>;