@xelto.npm/xc2-lib 0.0.1 → 0.0.3

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": "@xelto.npm/xc2-lib",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- declare const AppTileComponent: ({ header }: {
3
- header: any;
4
- }) => JSX.Element;
5
- export default AppTileComponent;
@@ -1 +0,0 @@
1
- export { default } from "./AppTileComponent";
@@ -1 +0,0 @@
1
- export { default as AppTile } from "./appTile";
@@ -1 +0,0 @@
1
- export * from './components';
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- declare const AppTileComponent: ({ header }: {
3
- header: any;
4
- }) => JSX.Element;
5
- export default AppTileComponent;
@@ -1 +0,0 @@
1
- export { default } from "./AppTileComponent";
@@ -1 +0,0 @@
1
- export { default as AppTile } from "./appTile";
@@ -1 +0,0 @@
1
- export * from './components';