UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

4 lines (3 loc) 233 B
import { FormFieldComponentProps } from '../../../lib/types/types'; declare const OptInComponent: ({ isErrored, isRequired, onChange, value, verificationService, }: FormFieldComponentProps) => JSX.Element; export { OptInComponent };