react-input-emoji 5.6.3 → 5.6.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -4324,26 +4324,26 @@ function usePollute() {
4324
4324
  * @typedef {object} Props
4325
4325
  * @property {string} value
4326
4326
  * @property {(value: string) => void} onChange
4327
- * @property {"light" | "dark" | "auto"} theme
4328
- * @property {boolean} cleanOnEnter
4329
- * @property {(text: string) => void} onEnter
4330
- * @property {string} placeholder
4331
- * @property {(size: {width: number, height: number}) => void} onResize
4332
- * @property {() => void} onClick
4333
- * @property {() => void} onFocus
4327
+ * @property {"light" | "dark" | "auto"=} theme
4328
+ * @property {boolean=} cleanOnEnter
4329
+ * @property {(text: string) => void=} onEnter
4330
+ * @property {string=} placeholder
4331
+ * @property {(size: {width: number, height: number}) => void=} onResize
4332
+ * @property {() => void=} onClick
4333
+ * @property {() => void=} onFocus
4334
4334
  * @property {() => void=} onBlur
4335
- * @property {boolean} shouldReturn
4336
- * @property {number} maxLength
4337
- * @property {boolean} keepOpened
4338
- * @property {(event: KeyboardEvent) => void} onKeyDown
4339
- * @property {string} inputClass
4340
- * @property {boolean} disableRecent
4341
- * @property {number} tabIndex
4342
- * @property {number} height
4343
- * @property {number} borderRadius
4344
- * @property {string} borderColor
4345
- * @property {number} fontSize
4346
- * @property {string} fontFamily
4335
+ * @property {boolean=} shouldReturn
4336
+ * @property {number=} maxLength
4337
+ * @property {boolean=} keepOpened
4338
+ * @property {(event: KeyboardEvent) => void=} onKeyDown
4339
+ * @property {string=} inputClass
4340
+ * @property {boolean=} disableRecent
4341
+ * @property {number=} tabIndex
4342
+ * @property {number=} height
4343
+ * @property {number=} borderRadius
4344
+ * @property {string=} borderColor
4345
+ * @property {number=} fontSize
4346
+ * @property {string=} fontFamily
4347
4347
  * @property {{id: string; name: string; emojis: {id: string; name: string; keywords: string[], skins: {src: string}[]}}[]=} customEmojis
4348
4348
  * @property {import('./types/types').Languages=} language
4349
4349
  * @property {(text: string) => Promise<MetionUser[]>=} searchMention