import { b as attr_class, l as attr_style, g as stringify } from "./index.js"; function Skeleton($$renderer, $$props) { const { class: className = "", width = "100%", height = "1rem", rounded = false } = $$props; $$renderer.push(`
`); } export { Skeleton as S };