Function DragArea

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          areaId?: string;
          direction?: "horizontal" | "vertical";
          footer?: any;
          group?: string;
          indent?: boolean;
          startDelay?: number;
          targetVariant?: any;
          variant?: DragVariant;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc