UNPKG

@grafana/alerting

Version:

Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution

7 lines (6 loc) 247 B
/** * Export things here that you want to be available under @grafana/alerting/internal */ export { INHERITABLE_KEYS, type InheritableProperties } from './grafana/notificationPolicies/utils'; declare const _default: {}; export default _default;