Skip to content

Commit

Permalink
api report
Browse files Browse the repository at this point in the history
Signed-off-by: Sydney Achinger <sydneynicoleachinger@spotify.com>
  • Loading branch information
squid-ney committed Jun 20, 2024
1 parent da89e2c commit 077e1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/techdocs-react/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ export type TechDocsReaderPageValue = {
entityMetadata: AsyncState<TechDocsEntityMetadata>;
shadowRoot?: ShadowRoot;
setShadowRoot: Dispatch<SetStateAction<ShadowRoot | undefined>>;
shadowRootVersion: number;
incShadowRootVersion: () => void;
title: string;
setTitle: Dispatch<SetStateAction<string>>;
subtitle: string;
Expand Down

0 comments on commit 077e1d6

Please sign in to comment.