Variable CollegeNameComponentConst

CollegeNameComponent: ComponentClass<Pick<FormFieldComponentProps<Organization> & VerificationServiceProps, "isErrored" | "onChange" | "value" | "disabled" | "onKeyDown" | "label" | "placeholder" | "autoFocus" | "isRequired" | "errorId" | "verificationService">, any> & {
    WrappedComponent: ComponentType<FormFieldComponentProps<Organization> & VerificationServiceProps & InjectedIntlProps>;
} = ...

Type declaration