1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-03 04:56:48 +01:00
elk/emoji-mart-traslation.d.ts
Cesar Gomez 0fdbb17591
feat(i18n): Emojimart localization and fetching entry at en … (#1731)
Co-authored-by: userquin <userquin@gmail.com>
2023-02-15 20:15:11 +01:00

4 lines
110 B
TypeScript

declare module 'virtual:emoji-mart-lang-importer' {
export default function(lang: string): Promise<any>
}