UNPKG

dk-plus

Version:
5 lines (4 loc) 191 B
import { type ComponentOptions, type Slots } from 'vue'; type slotListType = ComponentOptions[]; export declare const getSlotList: (slots: Slots, tagName: string) => slotListType; export {};