UNPKG

vue-roller

Version:

Fluid and smooth rolling animation for Vue.js

5 lines (4 loc) 212 B
import { Plugin } from "vue"; export declare const install: Plugin; export { default as Roller } from "./components/Roller/Roller.vue"; export { default as RollerItem } from "./components/Roller/RollerItem.vue";