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