diff --git a/types/select2/index.d.ts b/types/select2/index.d.ts index 85e173a12e..328ce0410f 100644 --- a/types/select2/index.d.ts +++ b/types/select2/index.d.ts @@ -213,7 +213,7 @@ export interface Options IdTextPair | null; + createTag?: (params: SearchOptions) => (IdTextPair & Record) | null; insertTag?: (data: Array, tag: IdTextPair) => void; }