_ClearDomElementCallback type

dom ノードをクリアするためのコールバック。

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