UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

8 lines (6 loc) 768 B
import { default as React } from 'react'; import { FormFieldComponentProps, VerificationServiceProps } from '../../../lib/types/types'; export declare const TeacherSchool: ({ value, isErrored, onChange, verificationService, intl, placeholder, isRequired, disabled, }: FormFieldComponentProps & VerificationServiceProps) => React.JSX.Element; export declare const TeacherSchoolComponent: 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>; };