UNPKG

xlibs-components

Version:

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

9 lines 273 B
export declare const FloatingNav: ({ navItems, className, }: { navItems: { name: string; link: string; icon?: JSX.Element; }[]; className?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=floating-nav.d.ts.map