UNPKG
vue-paginate-z
Version:
latest (1.0.0-alz)
1.0.0
1.0.0-alz
vue paginate (typescript)
github.com/delpikye-v/vue-paginate
delpikye-v/vue-paginate
vue-paginate-z
/
dist
/
types
/
src
/
entry.esm.d.ts
5 lines
(4 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
import
{
PluginFunction
}
from
"vue"
;
declare
const
install
:
PluginFunction
<
any
>;
export
default
install;
export
*
from
"./components/index"
;