@clayui/button
Advanced tools
Comparing version 3.56.0 to 3.65.0
@@ -38,4 +38,4 @@ /** | ||
declare const _default: React.ForwardRefExoticComponent<IProps & React.RefAttributes<HTMLButtonElement>> & { | ||
Group: React.FunctionComponent<import("./Group").IButtonGroupProps>; | ||
Group: ({ children, className, role, spaced, vertical, ...otherProps }: import("./Group").IButtonGroupProps) => JSX.Element; | ||
}; | ||
export default _default; |
@@ -16,3 +16,3 @@ /** | ||
} | ||
declare const ClayButtonGroup: React.FunctionComponent<IButtonGroupProps>; | ||
declare const ClayButtonGroup: ({ children, className, role, spaced, vertical, ...otherProps }: IButtonGroupProps) => JSX.Element; | ||
export default ClayButtonGroup; |
{ | ||
"name": "@clayui/button", | ||
"version": "3.56.0", | ||
"version": "3.65.0", | ||
"description": "ClayButton component", | ||
@@ -40,3 +40,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b" | ||
"gitHead": "603f05c8d617d98e29f0456b5d6618f9a95ce740" | ||
} |
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
26079