UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

10 lines (9 loc) 255 B
import { GroupProps } from "@react-three/fiber"; declare type OptionProps = { onClick: () => void; width: number; children: string; index: number; } & GroupProps; export declare function Option(props: OptionProps): JSX.Element; export {};