update techdocs api report

Signed-off-by: Chris Suich <csuich2@gmail.com>
This commit is contained in:
Chris Suich
2025-04-28 14:21:35 -04:00
parent 3dfede520a
commit 04fd4d2a0c
+1
View File
@@ -431,6 +431,7 @@ export const TechDocsReaderPageContent: (
// @public
export type TechDocsReaderPageContentProps = {
entityRef?: CompoundEntityRef;
defaultPath?: string;
withSearch?: boolean;
searchResultUrlMapper?: (url: string) => string;
onReady?: () => void;