UNPKG

@el3um4s/svelte-get-component-info

Version:
6 lines (5 loc) 263 B
import type { Slot } from "./interfaces"; declare function getSlotInfo(s: string): Slot; declare function getSlotName(s: string): string | undefined; declare function isSlotAnonymous(s: string): boolean; export { getSlotName, isSlotAnonymous, getSlotInfo };