Home > @uniformdev/design-system > LinkProps

LinkProps type

Signature:

type LinkProps = React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
    text: string;
    linkColor?: LinkColorProps;
    external?: boolean;
    ref?: React$1.ForwardedRef<HTMLAnchorElement>;
    children?: React$1.ReactNode;
};

References: LinkColorProps