UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

8 lines (7 loc) 607 B
/// <reference types="react-intl" /> import React from 'react'; import { FormFieldComponentProps } from '../../../lib/types/types'; export declare const SMSCode: ({ onChange, value, isErrored, errorId, intl, placeholder, }: FormFieldComponentProps) => JSX.Element; export declare const SMSCodeComponent: React.ComponentClass<Pick<FormFieldComponentProps<any>, "errorId" | "isErrored" | "onChange" | "onKeyDown" | "autoFocus" | "placeholder" | "value" | "isRequired" | "verificationService">, any> & { WrappedComponent: React.ComponentType<FormFieldComponentProps<any> & ReactIntl.InjectedIntlProps>; };