UNPKG

react-three-d

Version:

A versatile React library designed to simplify the process of creating and manipulating 3D shapes using CSS.

7 lines (6 loc) 157 B
import React from 'react'; type Props = { value?: number; }; declare const MyCounter: ({ value }: Props) => React.JSX.Element; export default MyCounter;