UNPKG

angular-xml-editor

Version:
8 lines (7 loc) 225 B
export declare class XmlRuleElement { tagName: string; empty: boolean; floating: boolean; static Sorted(elements: XmlRuleElement[]): XmlRuleElement[]; constructor(init?: Partial<XmlRuleElement>); }