diff --git a/plugins/techdocs/report.api.md b/plugins/techdocs/report.api.md index 77afe5545a..a2ef766a0b 100644 --- a/plugins/techdocs/report.api.md +++ b/plugins/techdocs/report.api.md @@ -174,12 +174,7 @@ export const EntityListDocsTable: { toggleStarredEntity: Function, ): (row: DocsTableRow) => { cellStyle: { - paddingLeft: string - /** - * Props for {@link EntityListDocsTable}. - * - * @public - */; + paddingLeft: string; }; icon: () => React_2.JSX.Element; tooltip: string;