interface ScrollSectionItem {
    id?: string;
    label?: string;
    type: "item" | "divider";
}

Properties

Properties

id?: string
label?: string
type: "item" | "divider"