UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

10 lines (9 loc) 221 B
import { ReactNode } from "react"; declare type Props = { children: ReactNode; xSpeed?: number; ySpeed?: number; zSpeed?: number; }; export declare function Spinning(props: Props): JSX.Element; export {};