UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
components
/
FormFields
/
OptIn
/
OptInComponent.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
import
{
FormFieldComponentProps
}
from
'../../../lib/types/types'
;
declare
const
OptInComponent
:
(
{ isErrored, isRequired, onChange, value, verificationService, }:
FormFieldComponentProps
) =>
JSX
.
Element
;
export
{
OptInComponent
};