// 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 md correctly 1`] = `"K"`;
exports[`Kbd > renders with size sm correctly 1`] = `"K"`;
exports[`Kbd > renders with size xs correctly 1`] = `"K"`;
exports[`Kbd > renders with value correctly 1`] = `"K"`;