mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-03 10:25:05 +00:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
![]() |
declare module "*.svelte" {
|
||
|
const value: any;
|
||
|
export default value;
|
||
|
}
|