UNPKG

gridjs-vue

Version:

A Vue.js wrapper component for Grid.js

6 lines (5 loc) 213 B
import { GridOptions } from '../../main.d'; declare const activatePlugins: (component: any) => void; declare function options(component: any): GridOptions; export default options; export { activatePlugins };