Files
vxe-table/packages/resize/index.js
xuliangzhan 45f4209ef7 update
2019-06-17 23:50:35 +08:00

10 lines
231 B
JavaScript

import ResizeMethods from './src/resize'
import { ResizeEvent } from '../tools'
ResizeMethods.install = function () {
Object.assign(ResizeEvent, ResizeMethods)
}
export const Resize = ResizeMethods
export default ResizeMethods