chore(TechDocs): update api doc post changes

Signed-off-by: Yingbai He <yingbai.he@mycase.com>
This commit is contained in:
Yingbai He
2024-11-26 18:03:43 -08:00
parent 0928c8fe55
commit 023e598b66
+1 -6
View File
@@ -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;