Fix emoji bundle size (#34677)
This commit is contained in:
parent
865a30ab0d
commit
545e8fbd0c
7 changed files with 70 additions and 35 deletions
8
app/javascript/types/emoji_picker.d.ts
vendored
Normal file
8
app/javascript/types/emoji_picker.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
declare module 'emoji-mart' {
|
||||
interface PickerProps {
|
||||
sheetColumns?: number;
|
||||
sheetRows?: number;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue