// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Tooltip > renders with arrow correctly 1`] = ` "
Tooltip
" `; exports[`Tooltip > renders with class correctly 1`] = ` "
Tooltip
" `; exports[`Tooltip > renders with content slot correctly 1`] = ` "
Content slot
" `; exports[`Tooltip > renders with default slot correctly 1`] = ` "Default slot
Tooltip
" `; exports[`Tooltip > renders with kbds correctly 1`] = ` "
Tooltip
" `; exports[`Tooltip > renders with text correctly 1`] = ` "
Tooltip
" `; exports[`Tooltip > renders with ui correctly 1`] = ` "
Tooltip
" `;