Interface DragWindowRegionPropsInternal

Props for the DragWindowRegion component.

export interface DragWindowRegionProps {
title?: ReactNode;
}
interface DragWindowRegionProps {
    title?: ReactNode;
}

Properties

Properties

title?: ReactNode

Optional title displayed in the draggable region.