UNPKG

edge.js

Version:
7 lines (6 loc) 240 B
import { TagContract } from '../types.js'; /** * Slot tag is used to define the slots of a given component. Slots cannot be * nested and must appear as top level children inside a component. */ export declare const slotTag: TagContract;