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