@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
8 lines (6 loc) • 782 B
TypeScript
import { default as React } from 'react';
import { FormFieldComponentProps, VerificationServiceProps } from '../../../lib/types/types';
export declare const FirstResponderOrganization: ({ value, isErrored, onChange, verificationService, intl, placeholder, disabled, }: FormFieldComponentProps & VerificationServiceProps) => React.JSX.Element;
export declare const FirstResponderOrganizationComponent: React.ComponentClass<Pick<FormFieldComponentProps<any> & VerificationServiceProps, "isErrored" | "onChange" | "value" | "disabled" | "onKeyDown" | "label" | "placeholder" | "autoFocus" | "isRequired" | "errorId" | "verificationService">, any> & {
WrappedComponent: React.ComponentType<FormFieldComponentProps<any> & VerificationServiceProps & ReactIntl.InjectedIntlProps>;
};