@leafygreen-ui/button
Advanced tools
Comparing version 7.0.0 to 7.0.1
# @leafygreen-ui/button | ||
## 7.0.1 | ||
### Patch Changes | ||
- 47846c77: Fixes unintentional exclusion of `ref` from TypeScript typing of props for `Button`, `SubMenu`, and `MenuItem` components. | ||
## 7.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -27,4 +27,6 @@ import React from 'react'; | ||
} | ||
declare const Button: ExtendableBox<BaseButtonProps, 'button'>; | ||
declare const Button: ExtendableBox<BaseButtonProps & { | ||
ref?: React.Ref<any>; | ||
}, 'button'>; | ||
export default Button; | ||
//# sourceMappingURL=Button.d.ts.map |
{ | ||
"name": "@leafygreen-ui/button", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "leafyGreen UI Kit Button", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.bundle.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
476347
806