Partager via


_ClearDomElementCallback type

Rappel pour effacer le nœud dom.

export type ClearDomElementCallback = (domElement: Element) => void;