@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) • 326 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { LogoProps } from "../logo/logo.types.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 };
//# sourceMappingURL=headerLogo.d.ts.map