UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

9 lines (7 loc) 240 B
import { default as React } from 'react'; import { VerificationStep } from '../../lib/types/types'; interface Props { step?: VerificationStep; } declare const LoadingScreenComponent: React.FC<Props>; export { LoadingScreenComponent };