// 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 neutral variant outline correctly 1`] = `"K"`; exports[`Kbd > renders with neutral variant soft correctly 1`] = `"K"`; exports[`Kbd > renders with neutral variant solid correctly 1`] = `"K"`; exports[`Kbd > renders with neutral variant subtle correctly 1`] = `"K"`; exports[`Kbd > renders with primary variant outline correctly 1`] = `"K"`; exports[`Kbd > renders with primary variant soft correctly 1`] = `"K"`; exports[`Kbd > renders with primary variant solid correctly 1`] = `"K"`; exports[`Kbd > renders with primary variant subtle correctly 1`] = `"K"`; 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"`;