UNPKG

vue-pagination-tw

Version:

Simple Vue Pagination component that can be used in any project with range & ui customization.

8 lines (7 loc) 273 B
import { Plugin } from "vue"; import component from "./components/vue-pagination-tw.vue"; declare type InstallableComponent = typeof component & { install: Exclude<Plugin["install"], undefined>; }; declare const _default: InstallableComponent; export default _default;