@antscorp/antsomi-ui 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- export interface TetsProps {
3
- isSmall: boolean;
4
- }
5
- declare const Test: React.FC<TetsProps>;
6
- export default Test;
@@ -1 +0,0 @@
1
- export { default } from './Test';
@@ -1 +0,0 @@
1
- export declare const StyledTest: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,2 +0,0 @@
1
- export { default as Test } from './Test';
2
- export { Button, Modal, Alert } from 'antd';
@@ -1,2 +0,0 @@
1
- import { ConfigProvider } from 'antd';
2
- export default ConfigProvider;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- export interface TetsProps {
3
- isSmall: boolean;
4
- }
5
- declare const Test: React.FC<TetsProps>;
6
- export default Test;
@@ -1 +0,0 @@
1
- export { default } from './Test';
@@ -1 +0,0 @@
1
- export declare const StyledTest: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,2 +0,0 @@
1
- export { default as Test } from './Test';
2
- export { Button, Modal, Alert } from 'antd';
@@ -1,2 +0,0 @@
1
- import { ConfigProvider } from 'antd';
2
- export default ConfigProvider;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};