Home > @findkit/ui > HitSlotParts > URLLink

The url as a link

Signature:

URLLink(props: {
        href?: string;
        children?: any;
    }): any;

Parameters

Parameter Type Description
props { href?: string; children?: any; }

Returns:

any