Internal
Props for the DragWindowRegion component.
export interface DragWindowRegionProps { title?: ReactNode;} Copy
export interface DragWindowRegionProps { title?: ReactNode;}
Optional
Optional title to display in the draggable region (can be a string or ReactNode)
Props for the DragWindowRegion component.
Source