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) 266 B
import React from 'react'; interface Card3DProps { children: React.ReactNode; className?: string; onClick?: () => void; } export declare const Card3D: ({ children, className, onClick }: Card3DProps) => import("react/jsx-runtime").JSX.Element; export {};