fitbit-sdk-types
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -74,2 +74,3 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
disabled?: boolean; | ||
selected?: ReadonlyArray<number>; | ||
renderItem?: (option: Option) => JSX.Element; | ||
@@ -76,0 +77,0 @@ onSelection?: (selection: { |
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
58576
1894