@discord-additions/components
Version:
Some helpful additions to make creating components easier.
11 lines (10 loc) • 488 B
TypeScript
import ActionRow from "./Structures/ActionRow";
import Button from "./Structures/Button";
import Component from "./Structures/Component";
import SelectMenu from "./Structures/SelectMenu";
import TextInput from "./Structures/TextInput";
import * as Constants from "./util/Constants";
import ComponentHelper from "./ComponentHelper";
export * from "./util/Constants";
export * from "./util/types";
export { ActionRow, Button, Component, SelectMenu, TextInput, Constants, ComponentHelper };