@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) • 480 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HeaderNotificationsProps } from "./header.types.js";
import "../index.js";
//#region src/header/headerNotifications.d.ts
/** Icon link to Veracity notifications engine with an optional number of new notifications. */
declare const HeaderNotifications: VuiComponent<"a", HeaderNotificationsProps>;
//#endregion
export { HeaderNotifications, HeaderNotifications as default };
//# sourceMappingURL=headerNotifications.d.ts.map