Skip to content

Commit 9f37459

Browse files
committed
Update globals.d.ts
1 parent 450b4de commit 9f37459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

globals.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ interface Underline {
1010
MessageAction: typeof import("./types/MessageAction"),
1111
UserAction: typeof import("./types/UserAction"),
1212
Event: typeof import("./types/Event"),
13-
13+
Button: typeof import("./types/Button"),
14+
SelectMenu: typeof import("./types/SelectMenu"),
1415
[key: string | number]: any,
1516
}
1617

0 commit comments

Comments
 (0)