Skip to content

Commit babc13d

Browse files
committed
feat: export Link type in Summary.tsx
1 parent 7df734e commit babc13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Summary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { RegisteredLinkProps } from "./link";
1111
import { useAnalyticsId } from "./tools/useAnalyticsId";
1212
import { generateValidHtmlId } from "./tools/generateValidHtmlId";
1313

14-
type Link = {
14+
export type Link = {
1515
text: string;
1616
linkProps: RegisteredLinkProps;
1717
subLinks?: Link[];

0 commit comments

Comments
 (0)