@open-ui-kit/core 1.3.1 → 1.4.0

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/index.d.ts CHANGED
@@ -1076,8 +1076,7 @@ type AtomicTypes = string | number | boolean | null | undefined;
1076
1076
  interface TableRow {
1077
1077
  [key: string]: AtomicTypes | AtomicTypes[] | ReactNode;
1078
1078
  subRows?: ReactNode;
1079
- }
1080
- //# sourceMappingURL=index.d.ts.map
1079
+ }//# sourceMappingURL=index.d.ts.map
1081
1080
 
1082
1081
  /**
1083
1082
  * `Table` Component