xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
10 lines • 334 B
TypeScript
export declare const FloatingDock: ({ items, desktopClassName, mobileClassName, }: {
items: {
title: string;
icon: React.ReactNode;
href: string;
}[];
desktopClassName?: string;
mobileClassName?: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=floating-dock.d.ts.map