mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Add styling extensions for confirm, history and reference
This commit is contained in:
Vendored
+16
-1
@@ -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