import { card_styles_default } from "./chunk.4A5FT2GX.js"; import { HasSlotController } from "./chunk.NYIIDP5N.js"; import { e } from "./chunk.UZVKBFXH.js"; import { ShoelaceElement } from "./chunk.SEXBCYCU.js"; import { x } from "./chunk.CXZZ2LVK.js"; // src/components/card/card.component.ts var SlCard = class extends ShoelaceElement { constructor() { super(...arguments); this.hasSlotController = new HasSlotController(this, "footer", "header", "image"); } render() { return x`
`; } }; SlCard.styles = card_styles_default; export { SlCard };