UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

8 lines (7 loc) 295 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface Props { verificationService: VerificationService; } declare const TestModeFlagComponent: ({ verificationService }: Props) => React.JSX.Element; export { TestModeFlagComponent };