@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) • 371 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { LogoProps } from "../logo/logo.types.js";
import "../index.js";
//#region src/header/headerLogo.d.ts
/** Logo displayed in the left corner of the Header. */
declare const HeaderLogo: VuiComponent<"div", LogoProps>;
//#endregion
export { HeaderLogo, HeaderLogo as default };
//# sourceMappingURL=headerLogo.d.ts.map