react-cookienotice
Version:
A lightweight & customizable cookie banner for your React App
16 lines (14 loc) • 553 B
TypeScript
declare const _default: {
"text.title": "Cookie consent",
"text.description": "By clicking Accept, you consent to our website's use of cookies to provide you with the most relevant experience by remembering your cookie preferences.",
"text.customizeTitle": "Customize",
"button.accept": "Accept",
"button.acceptAll": "Accept all",
"button.declineAll": "Decline all",
"button.customize": "Customize",
"button.back": "Back",
"button.customizeAcceptAll": "Accept all",
"text.alwaysActive": "Always active"
}
;
export default _default;