Skip to content

Commit

Permalink
feat(icon.d.ts): check icon docs #348
Browse files Browse the repository at this point in the history
  • Loading branch information
徐历敏 committed Nov 12, 2020
1 parent 192c63b commit 3d3866e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { ElementUIComponent } from './component'

export const ElIcon: IIcon
/** Icon Component */
export declare class ElIcon extends ElementUIComponent {
export interface IIcon extends ElementUIComponent {
/** Icon name */
name: string
}

0 comments on commit 3d3866e

Please sign in to comment.