UNPKG

mod-arch-shared

Version:

Shared library for modular architecture micro-frontend projects

8 lines 285 B
import React from 'react'; import { Notification } from '../types'; interface ToastNotificationProps { notification: Notification; } declare const ToastNotification: React.FC<ToastNotificationProps>; export default ToastNotification; //# sourceMappingURL=ToastNotification.d.ts.map