UNPKG
disjsx
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.2.0
0.1.1
0.1.0
0.0.10
0.0.8
0.0.6
0.0.3
0.0.2
0.0.1
A library for creating Discord messages in JSX
github.com/Santa-Paws/disjsx
Santa-Paws/disjsx
disjsx
/
dist
/
types
/
nodes
/
ContainerNode.d.ts
4 lines
•
245 B
TypeScript
View Raw
1
2
3
4
import
{
type
ContainerProps
,
type
ContainerPayload
}
from
"../types"
;
import
{
type
NodeProcessor
}
from
"./types"
;
export
declare
const
ContainerNode
:
NodeProcessor
<
ContainerPayload
,
ContainerProps
>;
//# sourceMappingURL=ContainerNode.d.ts.map