Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobVogelsang committed Sep 11, 2023
1 parent ebcf29a commit be1d404
Show file tree
Hide file tree
Showing 20 changed files with 547 additions and 771 deletions.
1 change: 0 additions & 1 deletion foundation.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TemplateResult } from 'lit';
import './substation/general-equipment-editor.js';
export declare function getChildElementsByTagName(element: Element | null | undefined, tag: string | null | undefined): Element[];
export declare function renderGeneralEquipment(doc: XMLDocument, element: Element, showfunctions: boolean): TemplateResult;
/** Common `CSS` styles used by substation subeditors */
export declare const styles: import("lit").CSSResult;
export declare const powerTransformerTwoWindingIcon: TemplateResult<1>;
Expand Down
Loading

0 comments on commit be1d404

Please sign in to comment.