@aristobyte-ui/button 1.0.11 → 1.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/index.d.mts CHANGED
@@ -25,4 +25,4 @@ interface IButtonGroup {
25
25
  }
26
26
  declare const ButtonGroup: React.FC<IButtonGroup>;
27
27
 
28
- export { Button, ButtonGroup };
28
+ export { Button, ButtonGroup, type IButton, type IButtonGroup };
package/dist/index.d.ts CHANGED
@@ -25,4 +25,4 @@ interface IButtonGroup {
25
25
  }
26
26
  declare const ButtonGroup: React.FC<IButtonGroup>;
27
27
 
28
- export { Button, ButtonGroup };
28
+ export { Button, ButtonGroup, type IButton, type IButtonGroup };