UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 329 B
import { VerificationService } from '../../es6'; interface StepCollectMilitaryStatusComponentProps { verificationService: VerificationService; } declare const StepCollectMilitaryStatusComponent: ({ verificationService }: StepCollectMilitaryStatusComponentProps) => JSX.Element; export { StepCollectMilitaryStatusComponent };