Type alias ResizableRailProps

ResizableRailProps: {
    direction?: "horizontal" | "vertical";
    handle?: ReactElement;
    onChange?: any;
    position?: "start" | "end";
    transparent?: boolean;
} & Omit<CoreViewProps, "position" | "onChange">

Type declaration

  • Optional direction?: "horizontal" | "vertical"
  • Optional handle?: ReactElement
  • Optional onChange?: any
  • Optional position?: "start" | "end"
  • Optional transparent?: boolean

Generated using TypeDoc