UNPKG

2.94 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "Children", {
7 enumerable: true,
8 get: function get() {
9 return _Children.Children;
10 }
11});
12Object.defineProperty(exports, "childrenOrValue", {
13 enumerable: true,
14 get: function get() {
15 return _childrenOrValue.childrenOrValue;
16 }
17});
18Object.defineProperty(exports, "controllable", {
19 enumerable: true,
20 get: function get() {
21 return _controllable.controllable;
22 }
23});
24Object.defineProperty(exports, "cursor", {
25 enumerable: true,
26 get: function get() {
27 return _cursor.cursor;
28 }
29});
30Object.defineProperty(exports, "element", {
31 enumerable: true,
32 get: function get() {
33 return _element.element;
34 }
35});
36Object.defineProperty(exports, "makeRequirable", {
37 enumerable: true,
38 get: function get() {
39 return _makeRequirable.makeRequirable;
40 }
41});
42Object.defineProperty(exports, "xor", {
43 enumerable: true,
44 get: function get() {
45 return _xor.xor;
46 }
47});
48exports.default = void 0;
49
50var _Children = require("./Children");
51
52var _childrenOrValue = require("./childrenOrValue");
53
54var _controllable = require("./controllable");
55
56var _cursor = require("./cursor");
57
58var _element = require("./element");
59
60var _makeRequirable = require("./makeRequirable");
61
62var _xor = require("./xor");
63
64/*
65 * The MIT License (MIT)
66 *
67 * Copyright (c) 2015 - present Instructure, Inc.
68 *
69 * Permission is hereby granted, free of charge, to any person obtaining a copy
70 * of this software and associated documentation files (the "Software"), to deal
71 * in the Software without restriction, including without limitation the rights
72 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73 * copies of the Software, and to permit persons to whom the Software is
74 * furnished to do so, subject to the following conditions:
75 *
76 * The above copyright notice and this permission notice shall be included in all
77 * copies or substantial portions of the Software.
78 *
79 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
84 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
85 * SOFTWARE.
86 */
87// Provide everything as a default export as well. That way we can easily
88// codemod users that have `import CustomPropTypes from '@instructure/ui-utils/...'
89var _default = {
90 Children: _Children.Children,
91 childrenOrValue: _childrenOrValue.childrenOrValue,
92 controllable: _controllable.controllable,
93 cursor: _cursor.cursor,
94 element: _element.element,
95 makeRequirable: _makeRequirable.makeRequirable,
96 xor: _xor.xor
97};
98exports.default = _default;
\No newline at end of file