mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
declare module 'virtual:emoji-mart-lang-importer' {
|
|
export default function (lang: string): Promise<any>
|
|
}
|