UNPKG
djs-systems
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
1.0.2
1.0.1
1.0.0
The simplest way to build complex Discord bots.
simplyd.js.org
Rahuletto/simply-djs
djs-systems
/
typings
/
src
/
typedef
/
ExtendedButtonStyle.d.ts
6 lines
(5 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ButtonStyle
}
from
'discord.js'
;
/** *
@returns
{
ExtendedButtonStyle
} */
export
declare
type
ExtendedButtonStyle
=
ButtonStyle
|
'PRIMARY'
|
'SECONDARY'
|
'SUCCESS'
|
'DANGER'
|
'LINK'
;