@para-ui/core 3.0.35 → 3.0.37

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/Test/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Test: () => JSX.Element;
3
- export default Test;
package/Test/index.js DELETED
@@ -1,9 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
-
3
- var Test = function Test() {
4
- return jsx("div", {
5
- children: "123"
6
- });
7
- };
8
-
9
- export { Test, Test as default };
package/umd/Test.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ParaUI=t():e.ParaUI=t()}(self,(function(){return function(){"use strict";var e={d:function(t,o){for(var n in o)e.o(o,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:o[n]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r:function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{Test:function(){return o}});var o=function(){return React.createElement("div",null,"123")};return t.default=o,t}()}));