@pagerduty/backstage-plugin
Version:
A Backstage plugin that integrates towards PagerDuty
9 lines (8 loc) • 757 B
JavaScript
export { EntityPagerDutyCard, EntityPagerDutySmallCard, HomePagePagerDutyCard, PagerDutyPage, pagerDutyPlugin, pagerDutyPlugin as plugin } from './plugin.esm.js';
export { isPluginApplicableToEntity as isPagerDutyAvailable, isPluginApplicableToEntity } from './components/EntityPagerDutyCard/index.esm.js';
export { isPluginApplicableToEntity as isPagerDutySmallCardAvailable } from './components/EntityPagerDutySmallCard/index.esm.js';
export { PagerDutyIcon } from './components/Icons/index.esm.js';
export { TriggerButton } from './components/TriggerButton/index.esm.js';
export { PagerDutyClient, UnauthorizedError, pagerDutyApiRef } from './api/client.esm.js';
export { PagerDutyCard } from './deprecated.esm.js';
//# sourceMappingURL=index.esm.js.map