Options
All
  • Public
  • Public/Protected
  • All
Menu

Module react-true-resizable/src/Handle

Index

Type Aliases

allowResizeType: "horizontal" | "vertical"
handleOptionsType: { allowResize: { [ key in allowResizeType]?: { reverseDrag: boolean } }; size: number }

Type declaration

  • allowResize: { [ key in allowResizeType]?: { reverseDrag: boolean } }
  • size: number
handlesOptionsType: { [ key in HandleNameType]?: Partial<handleOptionsType> }

Variables

Handle: ForwardRefExoticComponent<HandleProps & RefAttributes<unknown>> = ...

Generated using TypeDoc