Skip to content

prosekit/preact/resizable

ResizableHandle()

ResizableHandle(props, context?): null | VNode<any>

Parameters

props: RenderableProps<Partial<ResizableHandleProps> & RefAttributes<ResizableHandle> & HTMLAttributes<ResizableHandle>, any>

context?: any

Returns

null | VNode<any>


ResizableRoot()

ResizableRoot(props, context?): null | VNode<any>

Parameters

props: RenderableProps<Partial<ResizableRootProps> & RefAttributes<ResizableRoot> & HTMLAttributes<ResizableRoot>, any>

context?: any

Returns

null | VNode<any>