UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

10 lines (9 loc) 283 B
import { ReactNode } from "react"; import { GroupProps } from "@react-three/fiber"; declare type AnchorProps = { href: string; target?: string; children: ReactNode | ReactNode[]; } & GroupProps; export declare function Anchor(props: AnchorProps): JSX.Element; export {};