migrate some components
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<script lang="ts">
|
||||
import type { NodeProps } from '$lib/types';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface $$Props extends NodeProps {}
|
||||
|
||||
// this is a workaround for suppressing the warning about unused props
|
||||
$$restProps;
|
||||
let {}: NodeProps = $props();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user