fix: resolve components in legacy mode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user