UNPKG
@metadev/daga-react
Version:
latest (4.2.5)
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1

metadev.pro/products/daga/
@metadev/daga-react
/
lib
/
property-editor
/
text-list
/
DagaTextListComponent.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
DagaTextListComponentProps
{
disabled
:
boolean
;
allowRepeats
:
boolean
;
value
:
unknown
[];
onChange
:
(
value
:
unknown
[]
) =>
void
; }
declare
const
DagaTextListComponent
:
React
.
FC
<
DagaTextListComponentProps
>;
export
{
DagaTextListComponent
};