@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly-25f304dea-241008 to 3.0.0-nightly-3f67667d5-241110
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly-25f304dea-241008", | ||
"version": "3.0.0-nightly-3f67667d5-241110", | ||
"description": "Spectrum UI components in React", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -90,5 +90,5 @@ /* | ||
/** The key of the column to sort by. */ | ||
column?: Key, | ||
column: Key, | ||
/** The direction to sort by. */ | ||
direction?: SortDirection | ||
direction: SortDirection | ||
} | ||
@@ -95,0 +95,0 @@ |
@@ -271,3 +271,3 @@ /* | ||
export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement) => void) => void; | ||
export type DragPreviewRenderer = (items: DragItem[], callback: (node: HTMLElement | null) => void) => void; | ||
@@ -274,0 +274,0 @@ export interface DraggableCollectionProps { |
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
74978