Skip to main content

coreComponentRefs

Home > @backstage/frontend-plugin-api > coreComponentRefs

Signature:

coreComponentRefs: {
progress: import("./createComponentRef").ComponentRef<CoreProgressProps>;
notFoundErrorPage: import("./createComponentRef").ComponentRef<CoreNotFoundErrorPageProps>;
errorBoundaryFallback: import("./createComponentRef").ComponentRef<CoreErrorBoundaryFallbackProps>;
}