@raisenow/tamaro-core
    Preparing search index...

    Type Alias WidgetRecaptcha

    type WidgetRecaptcha = {
        callback: (token: null | string) => void;
        promise?: Promise<null | string>;
        ref: RefObject<any>;
        resolve?: (token: null | string) => void;
    }
    Index

    Properties

    callback: (token: null | string) => void
    promise?: Promise<null | string>
    ref: RefObject<any>
    resolve?: (token: null | string) => void