index.d.ts 121 Bytes
import { VNodeData } from "vue";
declare function mergeData(...vNodeData: VNodeData[]): VNodeData;
export { mergeData };