UNPKG

gatsby-cookie-notice

Version:

Gatsby Plugin that add a Cookie Component fully customizable working with gatsby-plugin-gdpr-cookies.

15 lines (12 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "CookieNotice", { enumerable: true, get: function get() { return _CookieNotice.default; } }); var _CookieNotice = _interopRequireDefault(require("./components/CookieNotice")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }