From d4dbba8674e5f30a41f2e55136acb2f24e1f37cf Mon Sep 17 00:00:00 2001 From: Marcelo Dolce Date: Mon, 13 Aug 2018 05:45:13 -0300 Subject: [PATCH] Update ts --- types/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index f0326fb..9c7e819 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -75,6 +75,10 @@ export interface IziToastSettings { * Icon color. */ iconColor?: string; + /** + * Icon URL. + */ + iconUrl?: string; /** * Cover image. */