Interface DragWindowRegionPropsInternal

Props for the DragWindowRegion component.

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

Properties

Properties

title?: ReactNode

Optional title to display in the draggable region (can be a string or ReactNode)