UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

7 lines (6 loc) 271 B
import React from 'react'; import { AnchorLinkProps } from './interface'; declare const AnchorLinkComponent: React.ForwardRefExoticComponent<AnchorLinkProps & { children?: React.ReactNode; } & React.RefAttributes<HTMLDivElement>>; export default AnchorLinkComponent;