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