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) 237 B
import React from 'react'; interface Input3DProps extends React.InputHTMLAttributes<HTMLInputElement> { className?: string; } export declare const Input3D: (props: Input3DProps) => import("react/jsx-runtime").JSX.Element; export {};