UNPKG

@discord-additions/components

Version:

Some helpful additions to make creating components easier.

30 lines (29 loc) 672 B
export declare const ButtonColors: { /** PRIMARY - 1 */ readonly BLURPLE: 1; /** SECONDARY - 2 */ readonly GREY: 2; /** SUCCESS - 3 */ readonly GREEN: 3; /** DANGER - 4 */ readonly RED: 4; /** LINK - 5 */ readonly URL: 5; }; export declare const ButtonStyles: { readonly PRIMARY: 1; readonly SECONDARY: 2; readonly SUCCESS: 3; readonly DANGER: 4; readonly LINK: 5; }; export declare const ComponentTypes: { readonly ACTION_ROW: 1; readonly BUTTON: 2; readonly SELECT_MENU: 3; readonly TEXT_INPUT: 4; }; export declare const TextInputStyles: { readonly SHORT: 1; readonly PARAGRAPH: 2; };