marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iconUrl does not exist in type IziToastSettings

sefacndmr01 opened this issue · 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)