@backstage/plugin-home-react
Version:
A Backstage plugin that contains react components helps you build a home page
12 lines (9 loc) • 378 B
JavaScript
import { createExtensionDataRef } from '@backstage/frontend-plugin-api';
const homePageWidgetDataRef = createExtensionDataRef().with({
id: "home.widget.data"
});
const homePageLayoutComponentDataRef = createExtensionDataRef().with({
id: "home.layout.component"
});
export { homePageLayoutComponentDataRef, homePageWidgetDataRef };
//# sourceMappingURL=dataRefs.esm.js.map