@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
12 lines (11 loc) • 677 B
TypeScript
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 {};