UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

4 lines (3 loc) 151 B
import React from "react"; export type MobileGamePadOverLayProps = {}; export declare const MobileGamePadOverLay: React.FC<MobileGamePadOverLayProps>;