@solace-health/ui 0.10.246 → 0.10.247
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3179,6 +3179,10 @@ Object.defineProperty(exports, 'styled', {
|
|
|
3179
3179
|
enumerable: true,
|
|
3180
3180
|
get: function () { return g1__default.default; }
|
|
3181
3181
|
});
|
|
3182
|
+
Object.defineProperty(exports, 'ConfigProvider', {
|
|
3183
|
+
enumerable: true,
|
|
3184
|
+
get: function () { return antd.ConfigProvider; }
|
|
3185
|
+
});
|
|
3182
3186
|
Object.defineProperty(exports, 'Controller', {
|
|
3183
3187
|
enumerable: true,
|
|
3184
3188
|
get: function () { return reactHookForm.Controller; }
|