UNPKG

347 BJavaScriptView Raw
1import "./web.js";
2import { SPFI } from "../fi.js";
3import { SiteDesigns } from "./types.js";
4export { SiteDesigns, } from "./types.js";
5Reflect.defineProperty(SPFI.prototype, "siteDesigns", {
6 configurable: true,
7 enumerable: true,
8 get: function () {
9 return this.create(SiteDesigns);
10 },
11});
12//# sourceMappingURL=index.js.map
\No newline at end of file