UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

7 lines (6 loc) 155 B
import React from "react"; type Props = { children?: React.ReactNode; }; export declare function Pickups(_props: Props): React.JSX.Element; export {};