generate exports

This commit is contained in:
itsMapleLeaf
2022-08-05 11:43:07 -05:00
parent b2281d51cb
commit f58ec8d776

View File

@@ -1,4 +1,8 @@
export { type ReacordConfig, ReacordClient } from "./reacord-client.js"
export {
type ReacordConfig,
type InteractionInfo,
ReacordClient,
} from "./reacord-client.js"
export { type ReacordInstance } from "./reacord-instance.js"
export { ActionRow, type ActionRowProps } from "./react/action-row.js"
export { type ButtonSharedProps } from "./react/button-shared-props.js"