// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Kbd > renders with as correctly 1`] = `"K"`; exports[`Kbd > renders with class correctly 1`] = `"K"`; exports[`Kbd > renders with default slot correctly 1`] = `"Default slot"`; exports[`Kbd > renders with size lg correctly 1`] = `"K"`; exports[`Kbd > renders with size md correctly 1`] = `"K"`; exports[`Kbd > renders with size sm correctly 1`] = `"K"`; exports[`Kbd > renders with value correctly 1`] = `"K"`; exports[`Kbd > renders with variant outline correctly 1`] = `"K"`; exports[`Kbd > renders with variant solid correctly 1`] = `"K"`; exports[`Kbd > renders with variant subtle correctly 1`] = `"K"`;