UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

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