svelte-ast-print - v1.0.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"