UNPKG

@axentix/vue

Version:

Vue Axentix is the Axentix integration for the VueJS framework.

7 lines (6 loc) 152 B
import AxCollapsible from './Collapsible.vue'; declare const Plugin: { install(Vue: any): void; }; export default Plugin; export { AxCollapsible };