UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

9 lines (8 loc) 229 B
import { ReactNode } from "react"; declare type FloatingProps = { height?: number; speed?: number; children: ReactNode | ReactNode[]; }; export declare function Floating(props: FloatingProps): JSX.Element; export {};