@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
14 lines (13 loc) • 555 B
TypeScript
import { Environment } from "../utils/types.js";
import "../utils/index.js";
import { HeaderAccountSectionData } from "./headerAccount.types.js";
import { HeaderLinkData } from "./header.types.js";
//#region src/header/helpers.d.ts
/** Loads templates for Header links and enriches them with urls from LinksContext. */
declare function useHeaderLinks(env: Environment): {
accountSections: HeaderAccountSectionData[] | undefined;
mainLinks: HeaderLinkData[] | undefined;
};
//#endregion
export { useHeaderLinks };
//# sourceMappingURL=helpers.d.ts.map