getRootNodes.d.ts 89 B

12
  1. import { VNode } from 'vue';
  2. export declare function getRootNodes(vnode: VNode): Node[];