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) 444 B
import { VuiComponent } from "../core/vui.js"; import { HeaderAccountUserInfoProps } from "./headerAccount.types.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 }; //# sourceMappingURL=headerAccountUserInfo.d.ts.map