UNPKG

nly-adminlte-vue

Version:
11 lines (8 loc) 231 B
import { nlyPluginFactory } from "../../utils/plugins"; import { VNlyToggle } from "./toggle"; const VNlyTogglePlugin = nlyPluginFactory({ directives: { VNlyToggle } }); export { VNlyTogglePlugin, VNlyToggle };