UNPKG

react-cookienotice

Version:

A lightweight & customizable cookie banner for your React App

6 lines 200 B
interface TextProps { children: React.ReactNode; } declare const Text: ({ children }: TextProps) => import("react/jsx-runtime").JSX.Element; export default Text; //# sourceMappingURL=text.d.ts.map