mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: add componentcontext export to index (#168)
This commit is contained in:
parent
11df6e4a6a
commit
388164594a
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user