Interface: IDialogApi
Defined in: src/providers/react/types/hook-contracts.ts:112
Shape returned by the dialog hook from the design system.
Remarks
Maps to useDialog() from @picsart/design-system.
Properties
show
show: (
args) =>void
Defined in: src/providers/react/types/hook-contracts.ts:114
Display a modal dialog
Parameters
args
unknown
Returns
void