Update select2.d.ts with v4 theme option.

This commit is contained in:
Rudi Steinbach
2015-10-12 08:48:29 +02:00
parent 3fc1377ce2
commit 0684f85d39

View File

@@ -71,6 +71,7 @@ interface Select2Options {
dropdownCss?: any;
dropdownCssClass?: any;
escapeMarkup?: (markup: string) => string;
theme?: string;
}
interface Select2JQueryEventObject extends JQueryEventObject {