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) 336 B
import { VuiComponent } from "../core/vui.js"; import { HeaderMainLinksProps } from "./header.types.js"; //#region src/header/headerMainLinks.d.ts /** List of Header Links. */ declare const HeaderMainLinks: VuiComponent<"ul", HeaderMainLinksProps>; //#endregion export { HeaderMainLinks }; //# sourceMappingURL=headerMainLinks.d.ts.map