UNPKG

@web-atoms/core

Version:
7 lines 253 B
import { PopupWindow } from "./PopupService"; import "./NotifcationPopup.global.css"; export default function NotificationPopup({ message, type }: { message: any; type: any; }): typeof PopupWindow; //# sourceMappingURL=NotificationPopup.d.ts.map