From 4ff4f8d4fc9d5266ffbea44bc12391eefbb39695 Mon Sep 17 00:00:00 2001 From: Robin maenhaut Date: Mon, 23 Jan 2017 09:37:27 +0100 Subject: [PATCH] Add styling extensions for confirm, history and reference --- jquery.pnotify/index.d.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/jquery.pnotify/index.d.ts b/jquery.pnotify/index.d.ts index f15150ad20..7600c45a09 100644 --- a/jquery.pnotify/index.d.ts +++ b/jquery.pnotify/index.d.ts @@ -267,9 +267,24 @@ interface PNotifyStyling { success_icon?: string, error?: string, error_icon?: string, + // buttons closer?: string, pin_down?: string, - pin_up?: string + pin_up?: string, + // confirm + btn?: string, + btnhover?: string, + btnactive?: string, + btnfocus?: string, + input?: string, + text?: string, + // history + hi_menu?: string, + hi_btn?: string, + hi_btnhov?: string, + hi_hnd?: string, + // reference + athing?: string } interface PNotify {