jslib-nightly
Version:
SheerID JavaScript Library
7 lines (6 loc) • 329 B
TypeScript
import { VerificationService } from '../../es6';
interface StepCollectMilitaryStatusComponentProps {
verificationService: VerificationService;
}
declare const StepCollectMilitaryStatusComponent: ({ verificationService }: StepCollectMilitaryStatusComponentProps) => JSX.Element;
export { StepCollectMilitaryStatusComponent };