mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 08:51:37 +03:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
|
declare module "*.svelte" {
|
||
|
const value: any;
|
||
|
export default value;
|
||
|
}
|