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.es.js +19 -19
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/src/index.d.ts +19 -19
- package/package.json +1 -1
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
|