UNPKG

vue-sticky-directive

Version:

A powerful vue directive make element sticky.

4 lines (3 loc) 139 B
import { DirectiveOptions, PluginObject } from 'vue'; declare const Sticky: DirectiveOptions & PluginObject<never>; export default Sticky;