rsuite 5.58.0 → 5.58.1

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.
@@ -1,3 +1,3 @@
1
1
  import Heading from './Heading';
2
- export { type HeadingProps } from './Heading';
2
+ export type { HeadingProps } from './Heading';
3
3
  export default Heading;
@@ -1,4 +1,3 @@
1
1
  'use client';
2
2
  import Heading from './Heading';
3
- export { type HeadingProps } from './Heading';
4
3
  export default Heading;
@@ -1,3 +1,3 @@
1
1
  import Text from './Text';
2
- export { type TextProps } from './Text';
2
+ export type { TextProps } from './Text';
3
3
  export default Text;
package/esm/Text/index.js CHANGED
@@ -1,4 +1,3 @@
1
1
  'use client';
2
2
  import Text from './Text';
3
- export { type TextProps } from './Text';
4
3
  export default Text;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsuite",
3
- "version": "5.58.0",
3
+ "version": "5.58.1",
4
4
  "description": "A suite of react components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",