UNPKG

ise-react-mui

Version:
12 lines (11 loc) 471 B
export interface IIseCaptchaProps { charactersCount?: number; reloadText?: string | ''; reloadColor?: string | ''; backgroundColor?: string | ''; fontColor?: string | ''; charMap?: 'upper' | 'lower' | 'numbers' | 'special_char'; } export declare const generateCaptcha: () => void; export declare const validateCaptcha: (userValue: string, reload?: boolean) => boolean; export declare const IseCaptcha: (props: IIseCaptchaProps) => any;