import React from "react"; import { cls } from "../util"; export function DialogContent({ children, className, fullHeight, includeMargin = true }: { children: React.ReactNode, includeMargin?: boolean, fullHeight?: boolean, className?: string }) { if (fullHeight) return