svelte-ast-print - v0.6.0
    Preparing search index...
    interface SlotElement {
        attributes: (Attribute | SpreadAttribute | Directive)[];
        end: number;
        fragment: Fragment;
        name: "slot";
        start: number;
        type: "SlotElement";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: (Attribute | SpreadAttribute | Directive)[]
    end: number
    fragment: Fragment
    name: "slot"
    start: number
    type: "SlotElement"