migrate examples
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
|
||||
type $$Props = NodeProps;
|
||||
|
||||
export let data: $$Props['data'];
|
||||
interface Props {
|
||||
data: $$Props['data'];
|
||||
}
|
||||
|
||||
let { data }: Props = $props();
|
||||
</script>
|
||||
|
||||
<NodeToolbar
|
||||
|
||||
Reference in New Issue
Block a user