uger
Version:
```ts import { body } from "uger";
13 lines (12 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CSSImport = exports.Styles = exports.CSS = exports.win = exports.body = exports.elem = exports.Elem = void 0;
const elem_1 = require("./elem");
Object.defineProperty(exports, "Elem", { enumerable: true, get: function () { return elem_1.Elem; } });
Object.defineProperty(exports, "elem", { enumerable: true, get: function () { return elem_1.elem; } });
Object.defineProperty(exports, "body", { enumerable: true, get: function () { return elem_1.body; } });
Object.defineProperty(exports, "win", { enumerable: true, get: function () { return elem_1.win; } });
const css_1 = require("./css");
Object.defineProperty(exports, "CSS", { enumerable: true, get: function () { return css_1.CSS; } });
Object.defineProperty(exports, "Styles", { enumerable: true, get: function () { return css_1.Styles; } });
Object.defineProperty(exports, "CSSImport", { enumerable: true, get: function () { return css_1.CSSImport; } });