react-simple-game-engine
Version:
[WIP] not able to use in currently. <!-- Document cumming soon... -->
9 lines • 315 B
TypeScript
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