Skip to content

Commit ac2e899

Browse files
committed
Revert "feat: export Link type"
This reverts commit d248448.
1 parent 8633329 commit ac2e899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export interface Link {
1+
interface Link {
22
text: string
33
to?: string
44
href?: string

0 commit comments

Comments
 (0)