UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 180 B
declare type InstructionProps = { open: boolean; setOpen: (open: boolean) => void; }; export default function Instruction(props: InstructionProps): JSX.Element; export {};