// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Input > renders basic case correctly 1`] = ` "
" `; exports[`Input > renders with color correctly 1`] = ` "
" `; exports[`Input > renders with disabled correctly 1`] = ` "
" `; exports[`Input > renders with name correctly 1`] = ` "
" `; exports[`Input > renders with placeholder correctly 1`] = ` "
" `; exports[`Input > renders with required correctly 1`] = ` "
" `; exports[`Input > renders with size correctly 1`] = ` "
" `; exports[`Input > renders with type correctly 1`] = ` "
" `; exports[`Input > renders with variant correctly 1`] = ` "
" `;