UNPKG

react-cookienotice

Version:

A lightweight & customizable cookie banner for your React App

7 lines 245 B
interface ButtonProps { onClick?: () => void; children: React.ReactNode; } declare const Button: ({ onClick, children }: ButtonProps) => import("react/jsx-runtime").JSX.Element; export default Button; //# sourceMappingURL=button.d.ts.map