Options
All
  • Public
  • Public/Protected
  • All
Menu

Module react-true-resizable/src/Resizable

Index

Type Aliases

SpecifyAxis<T>: { horizontal?: T; vertical?: T }

Type Parameters

  • T

Type declaration

  • Optional horizontal?: T
  • Optional vertical?: T
PossiblySpecifyAxis<T>: T | SpecifyAxis<T>

Type Parameters

  • T

ResizablePropsDP: RespectDefaultProps<ResizableProps, typeof ResizableDefaultProps>
HandleNameType: keyof typeof defaultHandlesFn

Variables

default: ForwardRefExoticComponent<ResizableProps & RefAttributes<HTMLElement>> = ...
ResizableDefaultProps: { enabledHandles: ("top" | "left" | "bottom" | "right" | "bottomRight" | "bottomLeft" | "topRight" | "topLeft")[]; handleOptions: {}; handlesOptions: {}; disableControl: boolean; handleStyle: {}; handlesStyle: {}; resizeRatio: number } = ...

Type declaration

  • enabledHandles: ("top" | "left" | "bottom" | "right" | "bottomRight" | "bottomLeft" | "topRight" | "topLeft")[]
  • handleOptions: {}
    • handlesOptions: {}
      • disableControl: boolean
      • handleStyle: {}
        • handlesStyle: {}
          • resizeRatio: number

          Generated using TypeDoc