web: fix declaration of Intl
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
7
web/src/global.d.ts
vendored
7
web/src/global.d.ts
vendored
@ -1 +1,8 @@
|
||||
declare module "*.css";
|
||||
|
||||
declare namespace Intl {
|
||||
class ListFormat {
|
||||
constructor(locale: string, args: { [key: string]: string });
|
||||
public format: (items: string[]) => string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user