@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
19 lines (18 loc) • 596 B
text/typescript
export { showNotification, showActionableNotification } from "./notifications";
export {
type NotificationDescriptor,
type InlineNotificationType,
} from "./notifications/notification.component";
export {
type ActionableNotificationDescriptor,
type ActionableNotificationType,
} from "./notifications/actionable-notification.component";
export { showToast } from "./toasts";
export { showModal } from "./modals";
export {
type ToastDescriptor,
type ToastType,
type ToastNotificationMeta,
} from "./toasts/toast.component";
export * from "./left-nav";
export * from "./error-state";