UNPKG

vue-sticky-element

Version:

A simple vue sticky component wrapper that will stick to screen when scrolled past it

5 lines (4 loc) 170 B
import component from './vue-sticky-element.vue'; declare const install: (Vue: any) => void; export default component; export { component as VueStickyElement, install };