UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

8 lines 295 B
import { FC } from "react"; import { IBoxProps } from "./_types/IBoxProps"; /** * A standard box element, which takes attributes/properties and translates them to css * @param props The properties of the box */ export declare const Box: FC<IBoxProps>; //# sourceMappingURL=Box.d.ts.map