UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

13 lines (11 loc) 678 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepFirstResponderPersonalInfoComponentProps { verificationService: VerificationService; intl: any; } export declare const StepFirstResponderPersonalInfo: ({ intl, verificationService, }: StepFirstResponderPersonalInfoComponentProps) => React.JSX.Element; export declare const StepFirstResponderPersonalInfoComponent: React.ComponentClass<Pick<StepFirstResponderPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepFirstResponderPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};