···11import type { WithChildren } from 'bits-ui'
22import type { SvelteHTMLElements } from 'svelte/elements'
33+import type { WithElementRef } from '$lib/utils'
3445export type CardRootElement = SvelteHTMLElements['div']
55-export type CardProps = WithChildren<CardRootElement>
66+export type CardProps = WithElementRef<WithChildren<CardRootElement>>