UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

13 lines (12 loc) 491 B
import { VuiComponent } from "../core/vui.js"; import { PanelProps } from "./panel.types.js"; import "../index.js"; //#region src/panel/panel.d.ts /** * Displays static or partially interactive content, such as text, images or buttons. * Supports use cases of showing multiple segments of a page, each focusing on different data type or context. */ declare const Panel: VuiComponent<"div", PanelProps>; //#endregion export { Panel, Panel as default }; //# sourceMappingURL=panel.d.ts.map