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 +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.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
|