- Preparing search index...
- The search index is not available
@fold-dev/core
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