UNPKG

xlibs-components

Version:

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

7 lines 257 B
interface NavigationProps { onLogout?: () => void; children: React.ReactNode; } export declare function Navigation({ onLogout, children }: NavigationProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Navigation.d.ts.map