mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import { ElementUIComponent } from './component'
|
|
|
|
/** Icon Component */
|
|
export declare class ElIcon extends ElementUIComponent {
|
|
/** Icon name */
|
|
name: string
|
|
}
|