diff --git a/selectize/selectize.d.ts b/selectize/selectize.d.ts index 8bc47a0ff9..3ac665458d 100644 --- a/selectize/selectize.d.ts +++ b/selectize/selectize.d.ts @@ -150,6 +150,13 @@ declare module Selectize { */ selectOnTab?: boolean; + /** + * An array of plugins to use + * + * Default: null + */ + plugins?: string[]; + // Data / Searching // ------------------------------------------------------------------------------------------------------------