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.

9 lines (8 loc) 291 B
import { VuiComponent } from "../core/vui.js"; import { TProps } from "../t/t.types.js"; //#region src/tree/treeText.d.ts /** Displays text within the TreeItem. */ declare const TreeText: VuiComponent<"span", TProps>; //#endregion export { TreeText }; //# sourceMappingURL=treeText.d.ts.map