UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

12 lines 508 B
import { IContent } from "../../content/_types/IContent"; import { IViewStackItemProps } from "../../uiLayers/_types/IViewStackItemProps"; import { LFC } from "../../_types/LFC"; /** * The standard content view element, adding padding, correctly representing scroll, and showing the content's view */ export declare const ContentView: LFC<{ content: IContent; /** Whether to not apply formatting */ plain?: boolean; } & IViewStackItemProps>; //# sourceMappingURL=ContentView.d.ts.map