ok prettier

pull/13699/head
Rich Harris 2 years ago
parent 62c9fbb63b
commit 50292410f8

@ -170,7 +170,7 @@ Using it together with `<svelte:component>` to restrict what kinds of component
interface Props { interface Props {
// only components that have at most the "prop" // only components that have at most the "prop"
// property required can be passed // property required can be passed
component: Component<{ prop: string }> component: Component<{ prop: string }>;
} }
let { component }: Props = $props(); let { component }: Props = $props();

Loading…
Cancel
Save