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