UNPKG

vue3-table-lite

Version:

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.

6 lines 186 B
/* eslint-disable */ declare module "vue3-table-lite/ts" { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component }