UNPKG
@reactjsonforms/antd-renderers
Version:
latest (4.0.0-alpha.3)
4.0.0-alpha.3
4.0.0-alpha.1
Ant Design Renderer Set for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@reactjsonforms/antd-renderers
/
lib
/
antd-controls
/
AntdInputDate.d.ts
7 lines
(6 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CellProps
,
WithClassname
}
from
'@reactjsonforms/core'
;
type
AntdInputDateProps
= {
format
?:
string
; };
export
declare
const
AntdInputDate
:
(
props
:
CellProps
&
WithClassname
&
AntdInputDateProps
) =>
JSX
.
Element
;
export
{};