UNPKG

react-cookienotice

Version:

A lightweight & customizable cookie banner for your React App

8 lines 234 B
interface LinkProps { to: string; newTab: boolean; label: string; } declare const Link: ({ to, newTab, label }: LinkProps) => import("react/jsx-runtime").JSX.Element; export default Link; //# sourceMappingURL=link.d.ts.map