Reorder: {
    Group: (<V>(props) => JSX.Element);
    Item: (<V_1>(props) => JSX.Element);
}

Type declaration

  • Group: (<V>(props) => JSX.Element)
      • <V>(props): JSX.Element
      • Type Parameters

        • V

        Parameters

        • props: Props<V> & Omit<HTMLMotionProps<any>, "values"> & {
              children?: React$1.ReactNode;
          } & {
              ref?: React$1.ForwardedRef<any>;
          }

        Returns JSX.Element

  • Item: (<V_1>(props) => JSX.Element)
      • <V_1>(props): JSX.Element
      • Type Parameters

        • V_1

        Parameters

        • props: Props$1<V_1> & {
              about?: string;
              accessKey?: string;
              aria-activedescendant?: string;
              aria-atomic?: boolean | "false" | "true";
              aria-autocomplete?: "none" | "inline" | "both" | "list";
              aria-busy?: boolean | "false" | "true";
              aria-checked?: boolean | "mixed" | "false" | "true";
              aria-colcount?: number;
              aria-colindex?: number;
              aria-colspan?: number;
              aria-controls?: string;
              aria-current?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
              aria-describedby?: string;
              aria-details?: string;
              aria-disabled?: boolean | "false" | "true";
              aria-dropeffect?: "none" | "copy" | "move" | "link" | "execute" | "popup";
              aria-errormessage?: string;
              aria-expanded?: boolean | "false" | "true";
              aria-flowto?: string;
              aria-grabbed?: boolean | "false" | "true";
              aria-haspopup?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree";
              aria-hidden?: boolean | "false" | "true";
              aria-invalid?: boolean | "false" | "true" | "grammar" | "spelling";
              aria-keyshortcuts?: string;
              aria-label?: string;
              aria-labelledby?: string;
              aria-level?: number;
              aria-live?: "off" | "assertive" | "polite";
              aria-modal?: boolean | "false" | "true";
              aria-multiline?: boolean | "false" | "true";
              aria-multiselectable?: boolean | "false" | "true";
              aria-orientation?: "horizontal" | "vertical";
              aria-owns?: string;
              aria-placeholder?: string;
              aria-posinset?: number;
              aria-pressed?: boolean | "mixed" | "false" | "true";
              aria-readonly?: boolean | "false" | "true";
              aria-relevant?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
              aria-required?: boolean | "false" | "true";
              aria-roledescription?: string;
              aria-rowcount?: number;
              aria-rowindex?: number;
              aria-rowspan?: number;
              aria-selected?: boolean | "false" | "true";
              aria-setsize?: number;
              aria-sort?: "none" | "ascending" | "descending" | "other";
              aria-valuemax?: number;
              aria-valuemin?: number;
              aria-valuenow?: number;
              aria-valuetext?: string;
              autoCapitalize?: string;
              autoCorrect?: string;
              autoSave?: string;
              className?: string;
              color?: string;
              contentEditable?: "inherit" | boolean | "false" | "true";
              contextMenu?: string;
              dangerouslySetInnerHTML?: {
                  __html: string;
              };
              datatype?: string;
              defaultChecked?: boolean;
              defaultValue?: string | number | readonly string[];
              dir?: string;
              draggable?: boolean | "false" | "true";
              hidden?: boolean;
              id?: string;
              inlist?: any;
              inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
              is?: string;
              itemID?: string;
              itemProp?: string;
              itemRef?: string;
              itemScope?: boolean;
              itemType?: string;
              lang?: string;
              onAbort?: React$1.ReactEventHandler<any>;
              onAbortCapture?: React$1.ReactEventHandler<any>;
              onAnimationEnd?: React$1.AnimationEventHandler<any>;
              onAnimationEndCapture?: React$1.AnimationEventHandler<any>;
              onAnimationIteration?: React$1.AnimationEventHandler<any>;
              onAnimationIterationCapture?: React$1.AnimationEventHandler<any>;
              onAnimationStartCapture?: React$1.AnimationEventHandler<any>;
              onAuxClick?: React$1.MouseEventHandler<any>;
              onAuxClickCapture?: React$1.MouseEventHandler<any>;
              onBeforeInput?: React$1.FormEventHandler<any>;
              onBeforeInputCapture?: React$1.FormEventHandler<any>;
              onBlur?: React$1.FocusEventHandler<any>;
              onBlurCapture?: React$1.FocusEventHandler<any>;
              onCanPlay?: React$1.ReactEventHandler<any>;
              onCanPlayCapture?: React$1.ReactEventHandler<any>;
              onCanPlayThrough?: React$1.ReactEventHandler<any>;
              onCanPlayThroughCapture?: React$1.ReactEventHandler<any>;
              onChange?: React$1.FormEventHandler<any>;
              onChangeCapture?: React$1.FormEventHandler<any>;
              onClick?: React$1.MouseEventHandler<any>;
              onClickCapture?: React$1.MouseEventHandler<any>;
              onCompositionEnd?: React$1.CompositionEventHandler<any>;
              onCompositionEndCapture?: React$1.CompositionEventHandler<any>;
              onCompositionStart?: React$1.CompositionEventHandler<any>;
              onCompositionStartCapture?: React$1.CompositionEventHandler<any>;
              onCompositionUpdate?: React$1.CompositionEventHandler<any>;
              onCompositionUpdateCapture?: React$1.CompositionEventHandler<any>;
              onContextMenu?: React$1.MouseEventHandler<any>;
              onContextMenuCapture?: React$1.MouseEventHandler<any>;
              onCopy?: React$1.ClipboardEventHandler<any>;
              onCopyCapture?: React$1.ClipboardEventHandler<any>;
              onCut?: React$1.ClipboardEventHandler<any>;
              onCutCapture?: React$1.ClipboardEventHandler<any>;
              onDoubleClick?: React$1.MouseEventHandler<any>;
              onDoubleClickCapture?: React$1.MouseEventHandler<any>;
              onDragCapture?: React$1.DragEventHandler<any>;
              onDragEndCapture?: React$1.DragEventHandler<any>;
              onDragEnter?: React$1.DragEventHandler<any>;
              onDragEnterCapture?: React$1.DragEventHandler<any>;
              onDragExit?: React$1.DragEventHandler<any>;
              onDragExitCapture?: React$1.DragEventHandler<any>;
              onDragLeave?: React$1.DragEventHandler<any>;
              onDragLeaveCapture?: React$1.DragEventHandler<any>;
              onDragOver?: React$1.DragEventHandler<any>;
              onDragOverCapture?: React$1.DragEventHandler<any>;
              onDragStartCapture?: React$1.DragEventHandler<any>;
              onDrop?: React$1.DragEventHandler<any>;
              onDropCapture?: React$1.DragEventHandler<any>;
              onDurationChange?: React$1.ReactEventHandler<any>;
              onDurationChangeCapture?: React$1.ReactEventHandler<any>;
              onEmptied?: React$1.ReactEventHandler<any>;
              onEmptiedCapture?: React$1.ReactEventHandler<any>;
              onEncrypted?: React$1.ReactEventHandler<any>;
              onEncryptedCapture?: React$1.ReactEventHandler<any>;
              onEnded?: React$1.ReactEventHandler<any>;
              onEndedCapture?: React$1.ReactEventHandler<any>;
              onError?: React$1.ReactEventHandler<any>;
              onErrorCapture?: React$1.ReactEventHandler<any>;
              onFocus?: React$1.FocusEventHandler<any>;
              onFocusCapture?: React$1.FocusEventHandler<any>;
              onGotPointerCapture?: React$1.PointerEventHandler<any>;
              onGotPointerCaptureCapture?: React$1.PointerEventHandler<any>;
              onInput?: React$1.FormEventHandler<any>;
              onInputCapture?: React$1.FormEventHandler<any>;
              onInvalid?: React$1.FormEventHandler<any>;
              onInvalidCapture?: React$1.FormEventHandler<any>;
              onKeyDown?: React$1.KeyboardEventHandler<any>;
              onKeyDownCapture?: React$1.KeyboardEventHandler<any>;
              onKeyPress?: React$1.KeyboardEventHandler<any>;
              onKeyPressCapture?: React$1.KeyboardEventHandler<any>;
              onKeyUp?: React$1.KeyboardEventHandler<any>;
              onKeyUpCapture?: React$1.KeyboardEventHandler<any>;
              onLoad?: React$1.ReactEventHandler<any>;
              onLoadCapture?: React$1.ReactEventHandler<any>;
              onLoadStart?: React$1.ReactEventHandler<any>;
              onLoadStartCapture?: React$1.ReactEventHandler<any>;
              onLoadedData?: React$1.ReactEventHandler<any>;
              onLoadedDataCapture?: React$1.ReactEventHandler<any>;
              onLoadedMetadata?: React$1.ReactEventHandler<any>;
              onLoadedMetadataCapture?: React$1.ReactEventHandler<any>;
              onLostPointerCapture?: React$1.PointerEventHandler<any>;
              onLostPointerCaptureCapture?: React$1.PointerEventHandler<any>;
              onMouseDown?: React$1.MouseEventHandler<any>;
              onMouseDownCapture?: React$1.MouseEventHandler<any>;
              onMouseEnter?: React$1.MouseEventHandler<any>;
              onMouseLeave?: React$1.MouseEventHandler<any>;
              onMouseMove?: React$1.MouseEventHandler<any>;
              onMouseMoveCapture?: React$1.MouseEventHandler<any>;
              onMouseOut?: React$1.MouseEventHandler<any>;
              onMouseOutCapture?: React$1.MouseEventHandler<any>;
              onMouseOver?: React$1.MouseEventHandler<any>;
              onMouseOverCapture?: React$1.MouseEventHandler<any>;
              onMouseUp?: React$1.MouseEventHandler<any>;
              onMouseUpCapture?: React$1.MouseEventHandler<any>;
              onPaste?: React$1.ClipboardEventHandler<any>;
              onPasteCapture?: React$1.ClipboardEventHandler<any>;
              onPause?: React$1.ReactEventHandler<any>;
              onPauseCapture?: React$1.ReactEventHandler<any>;
              onPlay?: React$1.ReactEventHandler<any>;
              onPlayCapture?: React$1.ReactEventHandler<any>;
              onPlaying?: React$1.ReactEventHandler<any>;
              onPlayingCapture?: React$1.ReactEventHandler<any>;
              onPointerCancel?: React$1.PointerEventHandler<any>;
              onPointerCancelCapture?: React$1.PointerEventHandler<any>;
              onPointerDown?: React$1.PointerEventHandler<any>;
              onPointerDownCapture?: React$1.PointerEventHandler<any>;
              onPointerEnter?: React$1.PointerEventHandler<any>;
              onPointerEnterCapture?: React$1.PointerEventHandler<any>;
              onPointerLeave?: React$1.PointerEventHandler<any>;
              onPointerLeaveCapture?: React$1.PointerEventHandler<any>;
              onPointerMove?: React$1.PointerEventHandler<any>;
              onPointerMoveCapture?: React$1.PointerEventHandler<any>;
              onPointerOut?: React$1.PointerEventHandler<any>;
              onPointerOutCapture?: React$1.PointerEventHandler<any>;
              onPointerOver?: React$1.PointerEventHandler<any>;
              onPointerOverCapture?: React$1.PointerEventHandler<any>;
              onPointerUp?: React$1.PointerEventHandler<any>;
              onPointerUpCapture?: React$1.PointerEventHandler<any>;
              onProgress?: React$1.ReactEventHandler<any>;
              onProgressCapture?: React$1.ReactEventHandler<any>;
              onRateChange?: React$1.ReactEventHandler<any>;
              onRateChangeCapture?: React$1.ReactEventHandler<any>;
              onReset?: React$1.FormEventHandler<any>;
              onResetCapture?: React$1.FormEventHandler<any>;
              onScroll?: React$1.UIEventHandler<any>;
              onScrollCapture?: React$1.UIEventHandler<any>;
              onSeeked?: React$1.ReactEventHandler<any>;
              onSeekedCapture?: React$1.ReactEventHandler<any>;
              onSeeking?: React$1.ReactEventHandler<any>;
              onSeekingCapture?: React$1.ReactEventHandler<any>;
              onSelect?: React$1.ReactEventHandler<any>;
              onSelectCapture?: React$1.ReactEventHandler<any>;
              onStalled?: React$1.ReactEventHandler<any>;
              onStalledCapture?: React$1.ReactEventHandler<any>;
              onSubmit?: React$1.FormEventHandler<any>;
              onSubmitCapture?: React$1.FormEventHandler<any>;
              onSuspend?: React$1.ReactEventHandler<any>;
              onSuspendCapture?: React$1.ReactEventHandler<any>;
              onTimeUpdate?: React$1.ReactEventHandler<any>;
              onTimeUpdateCapture?: React$1.ReactEventHandler<any>;
              onTouchCancel?: React$1.TouchEventHandler<any>;
              onTouchCancelCapture?: React$1.TouchEventHandler<any>;
              onTouchEnd?: React$1.TouchEventHandler<any>;
              onTouchEndCapture?: React$1.TouchEventHandler<any>;
              onTouchMove?: React$1.TouchEventHandler<any>;
              onTouchMoveCapture?: React$1.TouchEventHandler<any>;
              onTouchStart?: React$1.TouchEventHandler<any>;
              onTouchStartCapture?: React$1.TouchEventHandler<any>;
              onTransitionEnd?: React$1.TransitionEventHandler<any>;
              onTransitionEndCapture?: React$1.TransitionEventHandler<any>;
              onVolumeChange?: React$1.ReactEventHandler<any>;
              onVolumeChangeCapture?: React$1.ReactEventHandler<any>;
              onWaiting?: React$1.ReactEventHandler<any>;
              onWaitingCapture?: React$1.ReactEventHandler<any>;
              onWheel?: React$1.WheelEventHandler<any>;
              onWheelCapture?: React$1.WheelEventHandler<any>;
              placeholder?: string;
              prefix?: string;
              property?: string;
              radioGroup?: string;
              resource?: string;
              results?: number;
              role?: React$1.AriaRole;
              security?: string;
              slot?: string;
              spellCheck?: boolean | "false" | "true";
              suppressContentEditableWarning?: boolean;
              suppressHydrationWarning?: boolean;
              tabIndex?: number;
              title?: string;
              translate?: "no" | "yes";
              typeof?: string;
              unselectable?: "off" | "on";
              vocab?: string;
          } & MotionProps & {
              children?: React$1.ReactNode;
          } & {
              ref?: React$1.ForwardedRef<any>;
          }

        Returns JSX.Element

Generated using TypeDoc