export CatalogReactComponentsNameToClassKey
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
This commit is contained in:
@@ -54,8 +54,6 @@ export interface AsyncEntityProviderProps {
|
||||
refresh?: VoidFunction;
|
||||
}
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "CatalogReactComponentsNameToClassKey" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
export type BackstageOverrides = Overrides & {
|
||||
[Name in keyof CatalogReactComponentsNameToClassKey]?: Partial<
|
||||
@@ -72,6 +70,15 @@ export { CatalogApi };
|
||||
// @public (undocumented)
|
||||
export const catalogApiRef: ApiRef<CatalogApi>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type CatalogReactComponentsNameToClassKey = {
|
||||
CatalogReactUserListPicker: CatalogReactUserListPickerClassKey;
|
||||
CatalogReactEntityLifecyclePicker: CatalogReactEntityLifecyclePickerClassKey;
|
||||
CatalogReactEntitySearchBar: CatalogReactEntitySearchBarClassKey;
|
||||
CatalogReactEntityTagPicker: CatalogReactEntityTagPickerClassKey;
|
||||
CatalogReactEntityOwnerPicker: CatalogReactEntityOwnerPickerClassKey;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export type CatalogReactEntityLifecyclePickerClassKey = 'input';
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@ import {
|
||||
CatalogReactEntityOwnerPickerClassKey,
|
||||
} from './components';
|
||||
|
||||
type CatalogReactComponentsNameToClassKey = {
|
||||
/** @public */
|
||||
export type CatalogReactComponentsNameToClassKey = {
|
||||
CatalogReactUserListPicker: CatalogReactUserListPickerClassKey;
|
||||
CatalogReactEntityLifecyclePicker: CatalogReactEntityLifecyclePickerClassKey;
|
||||
CatalogReactEntitySearchBar: CatalogReactEntitySearchBarClassKey;
|
||||
|
||||
Reference in New Issue
Block a user