UNPKG

@bookbox/view-html

Version:

Bookbox view for html

10 lines (9 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.browserInit = browserInit; const dynamicCss_1 = require("../dynamicCss"); const globalActions_1 = require("./globalActions"); function browserInit() { (0, globalActions_1.setGlobalActions)(); (0, dynamicCss_1.htmlBook)(); }