UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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