// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Textarea > renders basic case correctly 1`] = `"
"`; exports[`Textarea > renders with color correctly 1`] = `"
"`; exports[`Textarea > renders with default slot correctly 1`] = `"
Default slot
"`; exports[`Textarea > renders with disabled correctly 1`] = `"
"`; exports[`Textarea > renders with id correctly 1`] = `"
"`; exports[`Textarea > renders with name correctly 1`] = `"
"`; exports[`Textarea > renders with placeholder correctly 1`] = `"
"`; exports[`Textarea > renders with required correctly 1`] = `"
"`; exports[`Textarea > renders with rows correctly 1`] = `"
"`; exports[`Textarea > renders with size 2xs correctly 1`] = `"
"`; exports[`Textarea > renders with size correctly 1`] = `"
"`; exports[`Textarea > renders with size lg correctly 1`] = `"
"`; exports[`Textarea > renders with size md correctly 1`] = `"
"`; exports[`Textarea > renders with size sm correctly 1`] = `"
"`; exports[`Textarea > renders with size xl correctly 1`] = `"
"`; exports[`Textarea > renders with size xs correctly 1`] = `"
"`; exports[`Textarea > renders with variant correctly 1`] = `"
"`;