react-input-emoji 5.6.3 → 5.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4331,26 +4331,26 @@ function usePollute() {
4331
4331
  * @typedef {object} Props
4332
4332
  * @property {string} value
4333
4333
  * @property {(value: string) => void} onChange
4334
- * @property {"light" | "dark" | "auto"} theme
4335
- * @property {boolean} cleanOnEnter
4336
- * @property {(text: string) => void} onEnter
4337
- * @property {string} placeholder
4338
- * @property {(size: {width: number, height: number}) => void} onResize
4339
- * @property {() => void} onClick
4340
- * @property {() => void} onFocus
4334
+ * @property {"light" | "dark" | "auto"=} theme
4335
+ * @property {boolean=} cleanOnEnter
4336
+ * @property {(text: string) => void=} onEnter
4337
+ * @property {string=} placeholder
4338
+ * @property {(size: {width: number, height: number}) => void=} onResize
4339
+ * @property {() => void=} onClick
4340
+ * @property {() => void=} onFocus
4341
4341
  * @property {() => void=} onBlur
4342
- * @property {boolean} shouldReturn
4343
- * @property {number} maxLength
4344
- * @property {boolean} keepOpened
4345
- * @property {(event: KeyboardEvent) => void} onKeyDown
4346
- * @property {string} inputClass
4347
- * @property {boolean} disableRecent
4348
- * @property {number} tabIndex
4349
- * @property {number} height
4350
- * @property {number} borderRadius
4351
- * @property {string} borderColor
4352
- * @property {number} fontSize
4353
- * @property {string} fontFamily
4342
+ * @property {boolean=} shouldReturn
4343
+ * @property {number=} maxLength
4344
+ * @property {boolean=} keepOpened
4345
+ * @property {(event: KeyboardEvent) => void=} onKeyDown
4346
+ * @property {string=} inputClass
4347
+ * @property {boolean=} disableRecent
4348
+ * @property {number=} tabIndex
4349
+ * @property {number=} height
4350
+ * @property {number=} borderRadius
4351
+ * @property {string=} borderColor
4352
+ * @property {number=} fontSize
4353
+ * @property {string=} fontFamily
4354
4354
  * @property {{id: string; name: string; emojis: {id: string; name: string; keywords: string[], skins: {src: string}[]}}[]=} customEmojis
4355
4355
  * @property {import('./types/types').Languages=} language
4356
4356
  * @property {(text: string) => Promise<MetionUser[]>=} searchMention