_ClearDomElementCallback type

Retorno de chamada para limpar o nó dom.

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