UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

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