Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Mar 9, 2021
1 parent 774e5ac commit a3a1971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/link/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface LinkProps {
}

export interface LinkEvents {
click?: void;
click?: any;
}

export interface LinkSlots {
Expand Down

0 comments on commit a3a1971

Please sign in to comment.