UNPKG

@edugouvfr/ngx-dsfr

Version:

NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).

9 lines (8 loc) 386 B
import { ElementRef } from '@angular/core'; export declare class DomUtils { private constructor(); static surroundElementsWithLi(container: ElementRef<any>, elements: readonly ElementRef<any>[]): void; static surroundNativeElementsWithLi(container: ElementRef<any>, elements: readonly Element[]): void; private static removeEmptyLi; private static insertNodeInLi; }