@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) • 344 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HeaderLinkItemProps } from "./header.types.js";
//#region src/header/headerLinkItem.d.ts
/** Individual link item of the Header. */
declare const HeaderLinkItem: VuiComponent<"li", HeaderLinkItemProps>;
//#endregion
export { HeaderLinkItem };
//# sourceMappingURL=headerLinkItem.d.ts.map