UNPKG
@antibot/interactions
Version:
latest (1.4.6)
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.1.2
1.1.1
## 🗡️ An interactions library made for Discord interactions
@antibot/interactions
/
dist
/
structures
/
ButtonStyle.d.ts
8 lines
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
ButtonStyle
{
Primary
=
1
,
Secondary
=
2
,
Success
=
3
,
Danger
=
4
,
Link
=
5
}
//# sourceMappingURL=ButtonStyle.d.ts.map