UNPKG

@octopusdeploy/design-system-components

Version:
7 lines (6 loc) 264 B
import type React from "react"; export interface LegacyDialogTitleProps { className?: string; children: React.ReactNode; } export declare function LegacyDialogTitle({ className, children }: LegacyDialogTitleProps): import("react/jsx-runtime").JSX.Element;