/** * 延迟加载节点,并把事件句柄记录到节点中,方便销毁事件 * @param node */ export default function lazyload(node: Element): Promise;