UNPKG

react-simple-game-engine

Version:

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

9 lines 315 B
import { CSSProperties, ReactNode } from "react"; declare type FloatContainerProps = { style?: CSSProperties; children?: ReactNode; id?: string; }; export declare function FloatContainer({ children, style, id }: FloatContainerProps): JSX.Element; export {}; //# sourceMappingURL=float-container.d.ts.map