UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

9 lines (7 loc) 356 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepStudentPersonalInfoComponentProps { verificationService: VerificationService; } export declare const StepStudentPersonalInfoComponent: ({ verificationService, }: StepStudentPersonalInfoComponentProps) => React.JSX.Element; export {};