UNPKG
vue3-paginate-z
Version:
latest (1.1.1)
1.1.1
1.1.0-alp
vue3 paginate ts (smooth)
github.com/delpikye-v/vue3-paginate
delpikye-v/vue3-paginate
vue3-paginate-z
/
dist
/
types
/
src
/
entry.esm.d.ts
5 lines
(4 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
import
{
Plugin
}
from
"vue"
;
declare
const
install
:
Exclude
<
Plugin
[
"install"
],
undefined
>;
export
default
install;
export
*
from
"./components/index"
;