All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.nces.ComponentsPathItems.mjs Maven / Gradle / Ivy

The newest version!
import { ObjectElement } from '@swagger-api/apidom-core';
class ComponentsPathItems extends ObjectElement {
  static primaryClass = 'components-path-items';
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.classes.push(ComponentsPathItems.primaryClass);
  }
}
export default ComponentsPathItems;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy