UNPKG

@grafana/alerting

Version:

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

8 lines (7 loc) 414 B
/** * Export things here that you want to be available under @grafana/alerting/unstable */ export * from './grafana/api/v0alpha1/types'; export { useListContactPoints } from './grafana/contactPoints/hooks/v0alpha1/useContactPoints'; export { ContactPointSelector } from './grafana/contactPoints/components/ContactPointSelector/ContactPointSelector'; export { alertingAPI } from './grafana/api/v0alpha1/api.gen';