mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixes Selectize is missing plugins field
See borisyankov/DefinitelyTyped#3691
This commit is contained in:
parent
49b821f06b
commit
6e417e5cf2
7
selectize/selectize.d.ts
vendored
7
selectize/selectize.d.ts
vendored
@ -150,6 +150,13 @@ declare module Selectize {
|
||||
*/
|
||||
selectOnTab?: boolean;
|
||||
|
||||
/**
|
||||
* An array of plugins to use
|
||||
*
|
||||
* Default: null
|
||||
*/
|
||||
plugins?: string[];
|
||||
|
||||
// Data / Searching
|
||||
// ------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user