Skip to content

Commit

Permalink
Zeta: Expose props from SafeLink component
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Oct 17, 2023
1 parent 7f00588 commit ef4d8cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-icons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-docs-zeta': patch
---

Expose props from SafeLink component
2 changes: 1 addition & 1 deletion packages/next-docs/src/link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link'
import { useParams } from 'next/navigation'
import type { AnchorHTMLAttributes } from 'react'

type SafeLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
export type SafeLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
/**
* Enable dynamic href
*
Expand Down

0 comments on commit ef4d8cc

Please sign in to comment.