UNPKG

web-component-analyzer

Version:
6 lines 221 B
import { ComponentFeatureBase } from "./component-feature"; export interface ComponentSlot extends ComponentFeatureBase { name?: string; permittedTagNames?: string[]; } //# sourceMappingURL=component-slot.d.ts.map