Sama UI Library
    Preparing search index...

    Interface ScrollSectionItem

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

    Properties

    Properties

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