Skip to content

Commit

Permalink
fix(react): add missing type export for BaseInertiaLinkProps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Apr 18, 2024
1 parent b0d20f9 commit 7437f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {

const noop = () => undefined

interface BaseInertiaLinkProps {
export interface BaseInertiaLinkProps {
as?: string
data?: Record<string, FormDataConvertible>
href: string
Expand Down

0 comments on commit 7437f4f

Please sign in to comment.