UNPKG

use-vue3-easy-data-table

Version:

Composables for customize the vue3-easy-data-table.

6 lines 306 B
export type { DataTableRef } from './dataTable'; export { usePagination } from './usePagination'; export type { UsePaginationReturn } from './usePagination'; export { useRowsPerPage } from './useRowsPerPage'; export type { UseRowsPerPageReturn } from './useRowsPerPage'; //# sourceMappingURL=index.d.ts.map