UNPKG

rax-link

Version:
4 lines (3 loc) 216 B
import { ForwardRefExoticComponent } from 'rax'; import { LinkProps } from '../types'; export default function wrapDefaultProperties(Link: ForwardRefExoticComponent<LinkProps>): ForwardRefExoticComponent<LinkProps>;