fix: resolve components in legacy mode

This commit is contained in:
2026-02-03 22:04:39 +05:00
parent c0abc7f974
commit 2b701dec6c
6 changed files with 19 additions and 8 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
import type { Panel } from "../lib/types/panel";
import type { PageProps } from "./$types";
export let onDownload?: () => void;
let { onDownload }: {
onDownload?: () => void;
} = $props();
let Stage: any = $state(undefined);
let Layer: any = $state(undefined);