export { A as Link, A as NavLink, AnchorProps as LinkProps, AnchorProps as NavLinkProps };
import { Link } from '@solidjs/router';
Type 'HTMLButtonElement' does not satisfy the constraint 'Event'.