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
/
complex
/
ValidationIcon.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
interface
ValidationProps
{
errorMessages
:
string
;
id
:
string
; }
declare
const
ValidationIcon
:
React
.
FC
<
ValidationProps
>;
export
default
ValidationIcon
;