@eduzz/houston
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -12,6 +12,6 @@ import * as React from 'react'; | ||
*/ | ||
type: 'primary' | 'secondary' | 'text'; | ||
loading: boolean; | ||
type?: 'primary' | 'secondary' | 'text'; | ||
loading?: boolean; | ||
} | ||
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<IButtonProps & React.RefAttributes<HTMLButtonElement>>>; | ||
export default _default; |
{ | ||
"name": "@eduzz/houston", | ||
"description": "Eduzz Components UI", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"main": "./index.js", | ||
@@ -6,0 +6,0 @@ "types": "./index.d.ts", |
21532