mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-01-23 17:30:23 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
|
declare module "*.gif" {
|
||
|
const template: string;
|
||
|
export default template;
|
||
|
}
|