@backstage/plugin-home-react
Version:
A Backstage plugin that contains react components helps you build a home page
13 lines (10 loc) • 409 B
TypeScript
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
/**
* @alpha
*/
declare const homeReactTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"home-react", {
readonly "settingsModal.title": "Settings";
readonly "settingsModal.closeButtonTitle": "Close";
readonly "cardExtension.settingsButtonTitle": "Settings";
}>;
export { homeReactTranslationRef };