зеркало из
1
0
Форкнуть 0
azure-iot-explorer/images.d.ts

12 строки
376 B
TypeScript
Исходник Обычный вид История

2019-07-23 19:51:08 +03:00
/***********************************************************
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License
**********************************************************/
declare module "*.svg" {
const content: any;
export default content;
}
declare module "*.png" {
const value: any;
export default value;
}