UNPKG

@trail-ui/react

Version:
9 lines (6 loc) 344 B
import react__default from 'react'; import { LinkProps as LinkProps$1 } from 'react-aria-components'; import { AsChildProps } from './tw-slot.js'; type LinkProps = AsChildProps<LinkProps$1>; declare const Link: react__default.ForwardRefExoticComponent<LinkProps & react__default.RefAttributes<HTMLAnchorElement>>; export { Link, LinkProps };