Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

DialogTitle

Accessible dialog title.

Import

import { DialogTitle } from "@dartwic/interface-sdk/ui";

Declaration

export const DialogTitle: HostComponent<DialogTitleProps>;

DialogTitleProps

Props accepted by a dialog title.

export interface DialogTitleProps extends HostComponentProps {}

None.