@@ -32,8 +32,6 @@ import { AppThemeSelector } from '@backstage/core-app-api';
|
||||
|
||||
/**
|
||||
* Contains the themes installed into the app.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const AppThemeApi = ApiBlueprint.makeWithOverrides({
|
||||
name: 'app-theme',
|
||||
|
||||
@@ -25,8 +25,6 @@ import { DefaultComponentsApi } from '../apis/implementations/ComponentsApi';
|
||||
|
||||
/**
|
||||
* Contains the shareable components installed into the app.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const ComponentsApi = ApiBlueprint.makeWithOverrides({
|
||||
name: 'components',
|
||||
|
||||
@@ -24,8 +24,6 @@ import { LocalStorageFeatureFlags } from '../../../core-app-api/src/apis/impleme
|
||||
|
||||
/**
|
||||
* Contains the shareable icons installed into the app.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const FeatureFlagsApi = ApiBlueprint.make({
|
||||
name: 'feature-flags',
|
||||
|
||||
@@ -26,8 +26,6 @@ import { DefaultIconsApi } from '../apis/implementations/IconsApi';
|
||||
|
||||
/**
|
||||
* Contains the shareable icons installed into the app.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const IconsApi = ApiBlueprint.makeWithOverrides({
|
||||
name: 'icons',
|
||||
|
||||
@@ -29,8 +29,6 @@ import { I18nextTranslationApi } from '../../../core-app-api/src/apis/implementa
|
||||
|
||||
/**
|
||||
* Contains translations that are installed in the app.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const TranslationsApi = ApiBlueprint.makeWithOverrides({
|
||||
name: 'translations',
|
||||
|
||||
Reference in New Issue
Block a user