iziToast icon indicating copy to clipboard operation
iziToast copied to clipboard

iconUrl does not exist in type IziToastSettings

Open sefacndmr01 opened this issue 1 year ago • 0 comments

iconUrl is works correctly but the property has no type defination.

image

Argument of type '{ theme: string; color: string; title: string; message: string; position: "bottomRight" | "bottomLeft" | "topRight" | "topLeft" | "topCenter" | "bottomCenter" | "center"; transitionIn: "flipInX"; ... 6 more ...; iconUrl: string; }' is not assignable to parameter of type 'IziToastSettings'.
  Object literal may only specify known properties, and 'iconUrl' does not exist in type 'IziToastSettings'.ts(2345)

sefacndmr01 avatar May 31 '23 09:05 sefacndmr01