Props for the DragWindowRegion component

interface DragWindowRegionProps {
    title?: ReactNode;
}

Properties

Properties

title?: ReactNode

Optional content to display in the titlebar. Can be text or a React component.