Fix emoji bundle size (#34677)

This commit is contained in:
Echo 2025-05-14 08:39:05 +02:00 committed by GitHub
commit 545e8fbd0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 35 deletions

View file

@ -0,0 +1,8 @@
declare module 'emoji-mart' {
interface PickerProps {
sheetColumns?: number;
sheetRows?: number;
}
}
export {};