UNPKG

angular-xml-editor

Version:
6 lines (5 loc) 203 B
import { XmlRuleElement } from './xmlRuleElement.class'; export declare class XmlRules { ruleElements: Map<string, XmlRuleElement>; constructor(ruleElements: Map<string, XmlRuleElement>); }