@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 500 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HeaderAccountUserInfoProps } from "./headerAccount.types.js";
import "../index.js";
//#region src/header/headerAccountUserInfo.d.ts
/** Displays user information, like username and company name, within HeaderAccount part. */
declare const HeaderAccountUserInfo: VuiComponent<"div", HeaderAccountUserInfoProps>;
//#endregion
export { HeaderAccountUserInfo, HeaderAccountUserInfo as default };
//# sourceMappingURL=headerAccountUserInfo.d.ts.map