/** * A Backstage plugin that integrates towards iLert * * @packageDocumentation */ export { ilertPlugin, ilertPlugin as plugin, ILertPage, EntityILertCard, } from './plugin'; export { ILertPage as Router, isPluginApplicableToEntity, isPluginApplicableToEntity as isILertAvailable, ILertCard, } from './components'; export { ILertIcon } from './ILertIcon'; export * from './api'; export * from './route-refs'; export * from './types';