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) 426 B
import { VuiComponent } from "../core/vui.js"; import { HeaderNotificationsProps } from "./header.types.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 }; //# sourceMappingURL=headerNotifications.d.ts.map