Home > @uniformdev/design-system > SearchableMenuProps

SearchableMenuProps type

Signature:

type SearchableMenuProps = {
    onSearchTextChanged: (searchTerm: string) => void;
    hasNoResults: boolean | string;
    disableSearch?: boolean;
    searchPlaceholder?: string;
} & MenuProps;

References: MenuProps