UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

10 lines 358 B
import { FC } from "react"; import { IContent } from "../../content/_types/IContent"; import { IBoxProps } from "../../styling/box/_types/IBoxProps"; /** * An element that takes care of scrolling the content properly */ export declare const ContentScroller: FC<{ content: IContent; } & IBoxProps>; //# sourceMappingURL=ContentScroller.d.ts.map