UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

7 lines 278 B
import React from "react"; export declare const StickyBanner: ({ className, children, hideOnScroll, }: { className?: string; children: React.ReactNode; hideOnScroll?: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=sticky-banner.d.ts.map