UNPKG

infinity-forge

Version:
7 lines (6 loc) 438 B
import { InfraInjectionContextType } from "../../../../../system/context/index.js"; import { INotification } from "../index.js"; export declare function ContentNotification({ notifications, CustomComponent, }: { notifications: INotification[]; CustomComponent: InfraInjectionContextType["Configurations"]["notification"]["CustomComponent"]; }): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];