// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`DropdownMenu > renders with class correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with custom slot correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with default slot correctly 1`] = ` "Default slot
" `; exports[`DropdownMenu > renders with item slot correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with items correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with label slot correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with leading slot correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with trailing slot correctly 1`] = ` "
" `; exports[`DropdownMenu > renders with ui correctly 1`] = ` "
" `;