次の方法で共有


_ClearDomElementCallback type

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

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