···44 import type { WithElementRef } from 'bits-ui';
55 import type { Snippet } from 'svelte';
66 import type { HTMLAttributes } from 'svelte/elements';
77- import { innerWidth } from 'svelte/reactivity/window';
8798 export type BaseCardProps = {
109 item: Item;