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