Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
DialogHeaderProps
Props accepted by a dialog header.
Import
import type { DialogHeaderProps } from "@dartwic/interface-sdk/ui";Declaration
export interface DialogHeaderProps extends HostComponentProps {}