UNPKG

@rocket.chat/fuselage-toastbar

Version:
5 lines 284 B
import type { ReactElement } from 'react'; import type { ToastBarPayload } from './ToastBarContext'; declare const ToastBarPersistent: ({ type, message, title, id, }: ToastBarPayload) => ReactElement; export default ToastBarPersistent; //# sourceMappingURL=ToastBarPersistent.d.ts.map