mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Merge pull request #6251 from rvs1257/patch-1
Update select2.d.ts with v4 theme option.
This commit is contained in:
Vendored
+1
@@ -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