UNPKG

phx-react

Version:

PHX REACT

6 lines (5 loc) 204 B
import Link from 'next/link'; import React from 'react'; type Props = React.ComponentProps<typeof Link>; export default function PHXLink({ href, children, ...rest }: Props): React.JSX.Element; export {};