mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
declare module 'virtual:emoji-mart-lang-importer' {
|
|
export default function (lang: string): Promise<any>
|
|
}
|