Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
// forms, inputs
const components = __importStar(require("src/components"));
exports.components = components;
const state = __importStar(require("src/state"));
exports.state = state;
const wording = __importStar(require("src/words"));
exports.wording = wording;
const forms = __importStar(require("src/forms"));
exports.forms = forms;
//# sourceMappingURL=index.js.map