-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.js
44 lines (39 loc) · 1.11 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Button = exports.Fieldset = exports.LiveArea = exports.Input = exports.Label = exports.List = exports.Section = exports.Heading = undefined;
var _lib = require("./lib");
var Components = _interopRequireWildcard(_lib);
function _interopRequireWildcard(obj) {
if (obj && obj.__esModule) {
return obj;
} else {
var newObj = {};
if (obj != null) {
for (var key in obj) {
if (Object.prototype.hasOwnProperty.call(obj, key))
newObj[key] = obj[key];
}
}
newObj.default = obj;
return newObj;
}
}
var Heading = Components.Heading,
Section = Components.Section,
List = Components.List,
Label = Components.Label,
Input = Components.Input,
LiveArea = Components.LiveArea,
Fieldset = Components.Fieldset,
Button = Components.Button;
TextArea = Components.TextArea;
exports.Heading = Heading;
exports.Section = Section;
exports.List = List;
exports.Label = Label;
exports.Input = Input;
exports.LiveArea = LiveArea;
exports.Fieldset = Fieldset;
exports.Button = Button;
exports.TextArea = TextArea;