UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

6 lines (5 loc) 150 B
export interface ICaptchaProps { onChange?: (val: any) => void; siteKey: string; size?: 'compact' | 'normal' | 'invisible' | undefined; }