@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
9 lines • 386 B
TypeScript
import React from 'react';
import type { Subject } from 'rxjs';
import type { InlineNotificationMeta } from './notification.component';
interface ActiveNotificationProps {
subject: Subject<InlineNotificationMeta>;
}
declare const ActiveNotifications: React.FC<ActiveNotificationProps>;
export default ActiveNotifications;
//# sourceMappingURL=active-notifications.component.d.ts.map