Type alias ParsedCluster

ParsedCluster: AttributeGroup & {
    data: Partial<ElementData>;
    directives: ParsedDirective[];
}

Type declaration

Generated using TypeDoc