// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Modal > renders with body slot correctly 1`] = ` "
" `; exports[`Modal > renders with class correctly 1`] = ` "
" `; exports[`Modal > renders with close slot correctly 1`] = ` "
" `; exports[`Modal > renders with closeIcon correctly 1`] = ` "
" `; exports[`Modal > renders with content slot correctly 1`] = ` "
" `; exports[`Modal > renders with default slot correctly 1`] = ` "Default slot
" `; exports[`Modal > renders with description correctly 1`] = ` "
" `; exports[`Modal > renders with description slot correctly 1`] = ` "
" `; exports[`Modal > renders with footer slot correctly 1`] = ` "
" `; exports[`Modal > renders with fullscreen correctly 1`] = ` "
" `; exports[`Modal > renders with header slot correctly 1`] = ` "
" `; exports[`Modal > renders with open correctly 1`] = ` "
" `; exports[`Modal > renders with title correctly 1`] = ` "
" `; exports[`Modal > renders with title slot correctly 1`] = ` "
" `; exports[`Modal > renders with ui correctly 1`] = ` "
" `; exports[`Modal > renders without close correctly 1`] = ` "
" `; exports[`Modal > renders without overlay correctly 1`] = ` " " `; exports[`Modal > renders without transition correctly 1`] = ` "
" `;