Preparing search index...
    DropdownRenderFunction: (
        props: {
            blockRef: RefObject<HTMLDivElement>;
            clearInput: () => void;
            closeDropDown: () => void;
            selectedOptions: SelectOption[];
        },
    ) => ReactNode

    Type declaration

      • (
            props: {
                blockRef: RefObject<HTMLDivElement>;
                clearInput: () => void;
                closeDropDown: () => void;
                selectedOptions: SelectOption[];
            },
        ): ReactNode
      • Parameters

        • props: {
              blockRef: RefObject<HTMLDivElement>;
              clearInput: () => void;
              closeDropDown: () => void;
              selectedOptions: SelectOption[];
          }

        Returns ReactNode