UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

8 lines (7 loc) 204 B
import React from "react"; import { AllState } from "repond"; type Props = { name: keyof AllState["miniBubbles"]; }; export declare function MiniBubble({ name }: Props): React.JSX.Element; export {};