UNPKG

nly-adminlte-vue

Version:
12 lines (9 loc) 344 B
import { nlyPluginFactory } from "../../utils/plugins"; import { NlyBootstrapPagination } from "./bootstrap-pagination"; const BootstrapPaginationPlugin = nlyPluginFactory({ components: { NlyBootstrapPagination, NlyBPagination: NlyBootstrapPagination } }); export { BootstrapPaginationPlugin, NlyBootstrapPagination };