index.d.ts 118 B

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