interface BreadCrumbObj {
    label: string;
    separator?: string;
    title?: string;
}

Properties

label: string
separator?: string
title?: string