We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df734e commit babc13dCopy full SHA for babc13d
1 file changed
src/Summary.tsx
@@ -11,7 +11,7 @@ import type { RegisteredLinkProps } from "./link";
11
import { useAnalyticsId } from "./tools/useAnalyticsId";
12
import { generateValidHtmlId } from "./tools/generateValidHtmlId";
13
14
-type Link = {
+export type Link = {
15
text: string;
16
linkProps: RegisteredLinkProps;
17
subLinks?: Link[];
0 commit comments