UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

8 lines (7 loc) 293 B
import { VerificationService } from '../../lib/types/types'; interface FormFooterProps { verificationService: VerificationService; children?: any; } declare const FormFooterComponent: ({ verificationService, children }: FormFooterProps) => JSX.Element; export { FormFooterComponent };