Skip to content

prosekit/preact/resizable

ResizableHandleProps

Props for the ResizableHandle component.

Type: Partial<CreateProps<ResizableHandleProps, Events>>

ResizableRootProps

Props for the ResizableRoot component.

Type: Partial<CreateProps<ResizableRootProps, ResizableRootEvents>>

ResizableHandle

ts
function ResizableHandle(props: RenderableProps<Partial<Partial<CreateProps<ResizableHandleProps, ResizableHandleEvents>>> & RefAttributes<ResizableHandle> & HTMLAttributes<ResizableHandle>, any>, context?: any): ComponentChildren

ResizableRoot

ts
function ResizableRoot(props: RenderableProps<Partial<Partial<CreateProps<ResizableRootProps, ResizableRootEvents>>> & RefAttributes<ResizableRoot> & HTMLAttributes<ResizableRoot>, any>, context?: any): ComponentChildren