chore: update import for ClassValue type from 'clsx'

pull/18110/head
Jungzl 5 months ago
parent d1190864f9
commit 936d537611

@ -1,4 +1,4 @@
import type { ClassValue } from 'svelte/elements';
import type { ClassValue } from 'clsx';
// Regression test for #17117: this should not trigger deep/infinite type instantiation
const cls = $state.raw<ClassValue[]>([]);

Loading…
Cancel
Save