UNPKG
@ducor/form
Version:
latest (5.2.0)
5.2.0
5.1.9
5.1.6
5.1.3
5.1.1
5.0.8
0.0.0
form package
github.com/ducorui/form
@ducor/form
/
dist
/
components
/
errors.d.ts
7 lines
(6 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
GlobalError
}
from
"react-hook-form"
;
export
interface
ErrorsProps
{
value
?:
GlobalError
; }
declare
const
Errors
:
(
{ value }:
ErrorsProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
|
null
;
export
default
Errors
;