Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

DialogFooter

Dialog action footer.

Import

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

Declaration

export const DialogFooter: HostComponent<DialogFooterProps>;

DialogFooterProps

Props accepted by a dialog footer.

export interface DialogFooterProps extends HostComponentProps {}

None.