Internal
Props for the DragWindowRegion component.
export interface DragWindowRegionProps { title?: ReactNode;} Copy
export interface DragWindowRegionProps { title?: ReactNode;}
Optional
Optional title displayed in the draggable region.
Props for the DragWindowRegion component.
Source