@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) • 313 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { IconProps } from "../icon/icon.types.js";
//#region src/tree/treeIcon.d.ts
/** Displays an icon on the side of the TreeItem. */
declare const TreeIcon: VuiComponent<"svg", IconProps>;
//#endregion
export { TreeIcon };
//# sourceMappingURL=treeIcon.d.ts.map