Interface ILink

interface ILink {
    href: string;
    label: string;
    title?: string;
}

Properties

Properties

href: string
label: string
title?: string