UNPKG

kompendium

Version:

Documentation generator for Stencil components

6 lines (5 loc) 177 B
import { JsonDocsSlot } from '../../../stencil-public-runtime'; export declare function SlotList({ slots, id, }: { id: string; slots: JsonDocsSlot[]; }): HTMLElement[];