/** * 通过id获取dom * @param node 节点对象 * @param id 节点id或data-feidao-id */ export default function get_dom_by_id(node: HTMLElement, id: string): HTMLElement;