UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

12 lines (11 loc) 296 B
import * as React from 'react'; export interface AnchorLinkProps { prefixCls?: string; href: string; target?: string; title: React.ReactNode; children?: React.ReactNode; className?: string; } declare const AnchorLink: React.FC<AnchorLinkProps>; export default AnchorLink;