fis-component 0.0.12 → 0.0.13
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/cjs/index.js +587 -35724
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/Button/index.d.ts +1 -1
- package/dist/cjs/types/components/MyComponent/index.d.ts +1 -1
- package/dist/esm/index.js +569 -35724
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/Button/index.d.ts +1 -1
- package/dist/esm/types/components/MyComponent/index.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/package.json +1 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const FisButton: () => import("react
|
|
1
|
+
export declare const FisButton: () => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const MyComponent: () => import("react
|
|
1
|
+
declare const MyComponent: () => import("react").JSX.Element;
|
|
2
2
|
export default MyComponent;
|