UNPKG

raw3d-ui

Version:

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

9 lines (8 loc) 269 B
import React from 'react'; interface Dropdown3DProps { children: React.ReactNode; className?: string; label: string; } export declare const Dropdown3D: ({ children, className, label }: Dropdown3DProps) => import("react/jsx-runtime").JSX.Element; export {};