UNPKG

solid-router

Version:
7 lines (6 loc) 134 B
interface LinkProps { href: string; children?: any; } export default function Link(props: LinkProps): JSX.Element; export {};