1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00
elk/emoji-mart-traslation.d.ts

4 lines
110 B
TypeScript
Raw Normal View History

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