UNPKG

react-simple-game-engine

Version:

[WIP] not able to use in currently. <!-- Document cumming soon... -->

9 lines 330 B
import { ReactElement } from "react"; declare type ControlContainerProps = { full?: boolean; children: ReactElement | ReactElement[]; stack?: boolean; }; export declare function ControlContainer({ stack, full, children, }: ControlContainerProps): JSX.Element; export {}; //# sourceMappingURL=control-container.d.ts.map