interface AnchorLinkProps {
    children?: ReactNode;
    className?: string;
    href: string;
    prefixCls?: string;
    replace?: boolean;
    target?: string;
    title: ReactNode;
}

Hierarchy

  • AnchorLinkBaseProps
    • AnchorLinkProps

Properties

children?: ReactNode
className?: string
href: string
prefixCls?: string
replace?: boolean
target?: string
title: ReactNode

Generated using TypeDoc