UNPKG

raw3d-ui

Version:

A 3D UI component library built for the Log It Raw community, starting with a mechanical keycap button.

8 lines (7 loc) 237 B
import React from 'react'; interface Navbar3DProps { children: React.ReactNode; className?: string; } export declare const Navbar3D: ({ children, className }: Navbar3DProps) => import("react/jsx-runtime").JSX.Element; export {};