UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 212 B
import React from 'react'; import { LinkProps } from './interface'; declare const LinkRef: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<unknown>>; export default LinkRef; export { LinkProps };