Files
dsProject/dsBase/WebRoot/html/cdn/lib/directives/click-outside/index.d.ts

4 lines
118 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
import type { ObjectDirective } from 'vue';
declare const ClickOutside: ObjectDirective;
export default ClickOutside;