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
/
TextInputNode.d.ts
4 lines
•
245 B
TypeScript
View Raw
1
2
3
4
import
{
type
TextInputProps
,
type
TextInputPayload
}
from
"../types"
;
import
{
type
NodeProcessor
}
from
"./types"
;
export
declare
const
TextInputNode
:
NodeProcessor
<
TextInputPayload
,
TextInputProps
>;
//# sourceMappingURL=TextInputNode.d.ts.map