UNPKG

@millergeek/vue-library-printable-zine

Version:
10 lines (9 loc) 304 B
import Booklet from "./Booklet.vue"; import BookletPage from "./BookletPage.vue"; import PrintSettings from "./PrintSettings.vue"; export { Booklet, BookletPage, PrintSettings }; declare function install(Vue: any): void; declare const _default: { install: typeof install; }; export default _default;