_ClearDomElementCallback type

用于清除 dom 节点的回调。

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