UNPKG

raw3d-ui

Version:

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

7 lines (6 loc) 210 B
interface ProgressBar3DProps { value: number; className?: string; } export declare const ProgressBar3D: ({ value, className }: ProgressBar3DProps) => import("react/jsx-runtime").JSX.Element; export {};