fix: add componentcontext export to index (#168)

This commit is contained in:
NoBody 2024-03-29 03:30:48 -05:00 committed by GitHub
parent 11df6e4a6a
commit 388164594a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ export type MessageComponents =
export type ActionRowMessageComponents = Exclude<MessageComponents, TextInputComponent>; export type ActionRowMessageComponents = Exclude<MessageComponents, TextInputComponent>;
export * from './command'; export * from './command';
export * from './componentcontext';
/** /**
* Return a new component instance based on the component type. * Return a new component instance based on the component type.