slot.d.ts 214 B

123
  1. export declare function getInnerHTML(slot: HTMLSlotElement): string;
  2. export declare function getTextContent(slot: HTMLSlotElement): string;
  3. export declare function hasSlot(el: HTMLElement, name?: string): boolean;