update changeset and api report
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com>
This commit is contained in:
@@ -17,6 +17,8 @@ import { FeaturedDocs } from '@backstage/plugin-home';
|
||||
subLinkText="More Details"
|
||||
color="secondary"
|
||||
emptyState={emptyStateReactNode}
|
||||
path={'/customPath'}
|
||||
responseLimit={5}
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
@@ -109,13 +109,13 @@ export const FeaturedDocs: (props: FeaturedDocsProps) => JSX_2.Element;
|
||||
// @public
|
||||
export type FeaturedDocsProps = {
|
||||
filter: EntityFilterQuery;
|
||||
color?: 'inherit' | 'primary' | 'secondary' | undefined;
|
||||
customStyles?: ClassNameMap<string> | undefined;
|
||||
emptyState?: React_2.ReactNode | undefined;
|
||||
path?: string | undefined;
|
||||
responseLimit?: number | undefined;
|
||||
subLinkText?: string | undefined;
|
||||
title?: React_2.ReactNode | string | undefined;
|
||||
color?: 'inherit' | 'primary' | 'secondary';
|
||||
customStyles?: ClassNameMap<string>;
|
||||
emptyState?: React_2.ReactNode;
|
||||
path?: string;
|
||||
responseLimit?: number;
|
||||
subLinkText?: string;
|
||||
title?: React_2.ReactNode | string;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
||||
Reference in New Issue
Block a user