Preparing search index...
    interface DroppableProvided {
        droppableProps: DroppableProvidedProps;
        placeholder?:
            | null
            | ReactElement<HTMLElement, string | JSXElementConstructor<any>>;
        innerRef(element: null | HTMLElement): any;
    }
    Index

    Properties

    droppableProps: DroppableProvidedProps
    placeholder?:
        | null
        | ReactElement<HTMLElement, string | JSXElementConstructor<any>>

    Methods

    • Parameters

      • element: null | HTMLElement

      Returns any