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