@xylabs/sdk-react
    Preparing search index...

    Interface DropdownItem

    interface DropdownItem {
        icon: ReactNode;
        text: string;
        value: string;
    }
    Index

    Properties

    Properties

    icon: ReactNode
    text: string
    value: string