// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Drawer > renders with body slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with class correctly 1`] = `
"
"
`;
exports[`Drawer > renders with content slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with default slot correctly 1`] = `
"Default slot
"
`;
exports[`Drawer > renders with description correctly 1`] = `
"
"
`;
exports[`Drawer > renders with description slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with footer slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with header slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with title correctly 1`] = `
"
"
`;
exports[`Drawer > renders with title slot correctly 1`] = `
"
"
`;
exports[`Drawer > renders with ui correctly 1`] = `
"
"
`;
exports[`Drawer > renders without overlay correctly 1`] = `
"
"
`;