@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
12 lines (11 loc) • 496 B
TypeScript
import { HeaderAccountProps } from "./headerAccount.types.js";
//#region src/header/headerAccount.d.ts
/** Disables popper's dynamic re-positioning */
/** Displays user account information and helpful links, like settings or logout. */
declare function HeaderAccount(props: HeaderAccountProps): import("react").JSX.Element;
declare namespace HeaderAccount {
var displayName: string;
}
//#endregion
export { HeaderAccount, HeaderAccount as default };
//# sourceMappingURL=headerAccount.d.ts.map