Interface: INotifierApi
Defined in: src/providers/react/types/hook-contracts.ts:101
Shape returned by the notifier hook from the design system.
Remarks
Maps to useNotifier() from @picsart/design-system.
Properties
show
show: (
args) =>void
Defined in: src/providers/react/types/hook-contracts.ts:103
Display a toast/banner notification
Parameters
args
unknown
Returns
void