UNPKG

@axentix/vue

Version:

Vue Axentix is the Axentix integration for the VueJS framework.

8 lines (7 loc) 201 B
import AxClickOutside from './directives/click-outside'; declare const VueAxentix: { install(Vue: any): void; }; export default VueAxentix; export * from './components'; export { AxClickOutside };