Blame view

天文台pc/tianwentai-ui/node_modules/dom-helpers/cjs/insertAfter.d.ts 221 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  /**
   * Inserts a node after a given reference node.
   *
   * @param node the node to insert
   * @param refNode the reference node
   */
  export default function insertAfter(node: Node | null, refNode: Node | null): Node | null;