@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
11 lines (10 loc) • 457 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { IconProps } from "../icon/icon.types.js";
import "../icon/index.js";
import "../index.js";
//#region src/notification/notificationIcon.d.ts
/** Displays an icon based on the status or intent within the Notification. */
declare const NotificationIcon: VuiComponent<"svg", IconProps>;
//#endregion
export { NotificationIcon, NotificationIcon as default };
//# sourceMappingURL=notificationIcon.d.ts.map