UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

7 lines 264 B
import { IBoxProps } from "../styling/box/_types/IBoxProps"; import { FC } from "react"; /** * A box that is not visible and can be used for measuring content sizes */ export declare const MeasureBox: FC<IBoxProps>; //# sourceMappingURL=MeasureBox.d.ts.map