@types/react-cookiebot
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Installation

npm install --save @types/react-cookiebot

Summary

This package contains type definitions for react-cookiebot (https://github.com/yeutech-lab/react-cookiebot/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-cookiebot.

import * as React from "react";

declare namespace ReactCookieBot {
    interface ReactCookieBotProps {
        /** Cookie bot domain group id */
        domainGroupId?: string | undefined;
        /** Cookie bot data culture */
        language?: string | undefined;
    }
}

/**
 * A simple react cookie bot component that configure
 * Cookiebot in your react or react-native-web application.
 */
declare const ReactCookieBot: React.FC<ReactCookieBot.ReactCookieBotProps>;

export = ReactCookieBot;

Additional Details

  • Last updated: Fri, 04 Oct 2024 16:42:27 GMT
  • Dependencies: @types/react

Credits

These definitions were written by David Díez.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/react-cookiebot

    Weekly Downloads

    1,432

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    3.68 kB

    Total Files

    5

    Last publish

    Collaborators

    • types