@brighthr/component-button
Advanced tools
Comparing version 1.3.0 to 1.3.1
import * as React from 'react'; | ||
export declare type ButtonProps = { | ||
export declare type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & { | ||
text?: string; | ||
@@ -4,0 +4,0 @@ id?: string; |
{ | ||
"name": "@brighthr/component-button", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
}, | ||
"gitHead": "1c9c88d5be45b94debf289d9db61aafc923f4ab9" | ||
"gitHead": "a121199000a6aca188a896f62d5c9e852d1c9528" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27474