UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

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;