UNPKG
rjsf-native-updated
Version:
latest (2.0.0)
2.0.0
React Native theme, fields and widgets for react-jsonschema-form
rjsf-native-updated
/
dist
/
widgets
/
PasswordWidget.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
WidgetProps
}
from
'@rjsf/core'
;
declare
const
PasswordWidget
:
(
props
:
WidgetProps
) =>
JSX
.
Element
;
export
default
PasswordWidget
;