Skip to content

Commit d84acb9

Browse files
committed
update README.md
1 parent e1f0e65 commit d84acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ interface $Attr {
205205
}
206206

207207
interface $Event {
208-
clickEvent?: Event; // event -> @clickEvent=""
208+
clickEvent?: ()=>void; // event -> @clickEvent=""
209209
}
210210

211211
export interface ButtonConfig {

0 commit comments

Comments
 (0)