UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

14 lines (12 loc) 220 B
import QTable from './QTable.js' import QTh from './QTh.js' import QTr from './QTr.js' import QTd from './QTd.js' import QTableColumns from './QTableColumns.js' export { QTable, QTh, QTr, QTd, QTableColumns }