UNPKG

vue3-infinite-viewer

Version:

Vue 3 Infinite Viewer is Document Viewer Component with infinite scrolling.

7 lines (6 loc) 176 B
/* eslint-disable */ declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component }