vuikit
Version:
A Vuejs component library based on UIkit
14 lines (11 loc) • 417 B
JavaScript
/**
* Vuikit 0.7.0
* (c) 2018 Miljan Aleksic
* @license MIT
*/
export { default as Table } from './table/main'
export { default as TableColumn } from './columns/column'
export { default as TableColumnSort } from './columns/sort'
export { default as TableColumnSelect } from './columns/select'
export { default as TableTree } from './table-tree/main'
export { default as TableTreeColumn } from './table-tree/column'