ignore CatalogInputPluginOptions
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -73,11 +73,6 @@ export const CatalogEntityPage: () => JSX.Element;
|
||||
// @public (undocumented)
|
||||
export const CatalogIndexPage: (props: DefaultCatalogPageProps) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export type CatalogInputPluginOptions = {
|
||||
createButtonTitle: string;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export function CatalogKindHeader(props: CatalogKindHeaderProps): JSX.Element;
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@ export * from './components/EntityProcessingErrorsPanel';
|
||||
export * from './components/EntitySwitch';
|
||||
export * from './components/FilteredEntityLayout';
|
||||
export * from './overridableComponents';
|
||||
export type { CatalogInputPluginOptions } from './options';
|
||||
export {
|
||||
CatalogEntityPage,
|
||||
CatalogIndexPage,
|
||||
|
||||
@@ -20,7 +20,7 @@ export type CatalogPluginOptions = {
|
||||
createButtonTitle: string;
|
||||
};
|
||||
|
||||
/** @public */
|
||||
/** @ignore */
|
||||
export type CatalogInputPluginOptions = {
|
||||
createButtonTitle: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user