index.d.ts 136 B

123
  1. import type { ObjectDirective } from 'vue';
  2. declare const ClickOutside: ObjectDirective<HTMLElement, any>;
  3. export default ClickOutside;