mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Update select2.d.ts with v4 theme option.
This commit is contained in:
1
select2/select2.d.ts
vendored
1
select2/select2.d.ts
vendored
@@ -71,6 +71,7 @@ interface Select2Options {
|
||||
dropdownCss?: any;
|
||||
dropdownCssClass?: any;
|
||||
escapeMarkup?: (markup: string) => string;
|
||||
theme?: string;
|
||||
}
|
||||
|
||||
interface Select2JQueryEventObject extends JQueryEventObject {
|
||||
|
||||
Reference in New Issue
Block a user