UNPKG
@cristianuser/antd-renderers
Version:
latest (0.15.3)
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1-alpha.1
0.12.0-alpha.2
0.12.0-alpha.1
0.10.0-alpha.1
0.9.0-alpha.1
0.8.0-alpha.1
Ant Design Renderer Set for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@cristianuser/antd-renderers
/
lib
/
controls
/
InputControl.d.ts
9 lines
(8 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ControlProps
,
ControlState
}
from
'@jsonforms/core'
;
import
{
Control
}
from
'@jsonforms/react'
;
export
interface
WithInput
{
input
:
any
; }
export
declare
abstract
class
InputControl
extends
Control
<
ControlProps
&
WithInput
,
ControlState
> {
render
():
JSX
.
Element
; }