@univerjs/ui v0.4.2 • Docs
Type Alias: IDialogPartMethodOptions
type IDialogPartMethodOptions: {
children: ICustomLabelProps;
closeIcon: ICustomLabelProps;
footer: ICustomLabelProps;
id: string;
title: ICustomLabelProps;
} & Omit<IDialogProps, "children" | "title" | "closeIcon" | "footer">;
Type declaration
Defined in
packages/ui/src/views/components/dialog-part/interface.ts:21 (opens in a new tab)