import { SlotProps, SlotsProps, TemplateProps } from "./types.js"; import { isSlot } from "./utils/isSlot.js"; import { isTemplate } from "./utils/isTemplate.js"; import { Slots } from "./Slots.js"; import { useSlots } from "./useSlots.js"; import { Template } from "./Template.js"; export { type SlotProps, Slots, type SlotsProps, Template, type TemplateProps, isSlot, isTemplate, useSlots };