UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

11 lines (9 loc) 400 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; export interface FormFooterProps { verificationService: VerificationService; children?: React.ReactNode; showShield?: boolean; } declare const FormFooterComponent: ({ verificationService, children, showShield, }: FormFooterProps) => React.JSX.Element; export { FormFooterComponent };