From 023e598b66704e94dd97f98000d171fe4287e2c8 Mon Sep 17 00:00:00 2001 From: Yingbai He Date: Tue, 26 Nov 2024 18:03:43 -0800 Subject: [PATCH] chore(TechDocs): update api doc post changes Signed-off-by: Yingbai He --- plugins/techdocs/report.api.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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;