UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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