@mopinion/survey
Version:
Collect customer feedback with the Mopinion survey library
14 lines (13 loc) • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = Typing;
var _preact = require("preact");
var _utils = require("../../../utils");
function Typing(props) {
return (0, _preact.h)("div", {
"class": (0, _utils.makeClassName)('typing')
}, (0, _preact.h)("div", null), (0, _preact.h)("div", null), (0, _preact.h)("div", null), (0, _preact.h)("div", null), (0, _preact.h)("div", null));
}
//# sourceMappingURL=Typing.js.map