diff --git a/src/Summary.tsx b/src/Summary.tsx index 4d6926978..b804186ea 100644 --- a/src/Summary.tsx +++ b/src/Summary.tsx @@ -11,7 +11,7 @@ import type { RegisteredLinkProps } from "./link"; import { useAnalyticsId } from "./tools/useAnalyticsId"; import { generateValidHtmlId } from "./tools/generateValidHtmlId"; -type Link = { +export type Link = { text: string; linkProps: RegisteredLinkProps; subLinks?: Link[];