mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
1265731344
* button housekeeping * add iconsearch * fix description * readme update * update disabled classnames * buttonlink disabled class * add disabled proptypes * add constant exports * update disabled style classes * update snapshot for box pill classname * add buttonTextProps * update primarybutton background color to use box props * update button secondary and link to use box props * update tests
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
export { Button } from './button';
|
|
export { BUTTON_TYPES, BUTTON_SIZES } from './button.constants';
|