fitbit-sdk-types
Advanced tools
Comparing version 4.3.4 to 4.3.5
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -30,3 +30,3 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
settingsKey: string; | ||
label?: string; | ||
label?: JSX.Element; | ||
onChange?: (newValue: boolean) => void; | ||
@@ -33,0 +33,0 @@ }) => JSX.Element; |
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
52075