UNPKG

nly-adminlte-vue

Version:
9 lines (6 loc) 218 B
import { NlyOverlay } from "./overlay"; import { nlyPluginFactory } from "../../utils/plugins"; const OverlayPlugin = nlyPluginFactory({ components: { NlyOverlay } }); export { OverlayPlugin, NlyOverlay };