Export api types

Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com>
This commit is contained in:
Robert Bunning
2022-12-23 13:32:18 -05:00
parent 654e8ac5af
commit 42ecf54e48
+7
View File
@@ -21,6 +21,13 @@
*/
export { adrApiRef, AdrClient } from './api';
export type {
AdrApi,
AdrClientOptions,
AdrFileInfo,
AdrListResult,
AdrReadResult,
} from './api';
export { isAdrAvailable } from '@backstage/plugin-adr-common';
export * from './components/AdrReader';
export { adrPlugin, EntityAdrContent } from './plugin';