UNPKG

vue-sticky-directive-ts

Version:

A powerful vue directive make element sticky.

7 lines 246 B
import type { Plugin } from "vue-demi"; import Sticky from "./sticky"; import type { StickyOptions } from "./sticky"; declare const plugin: Plugin; export default plugin; export { Sticky, StickyOptions }; //# sourceMappingURL=index.d.ts.map