mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add styling extensions for confirm, history and reference
This commit is contained in:
17
jquery.pnotify/index.d.ts
vendored
17
jquery.pnotify/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user