@cloudscape-design/collection-hooks
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -89,3 +89,2 @@ import * as React from 'react'; | ||
empty?: React.ReactNode; | ||
loading?: boolean; | ||
onSortingChange?(event: CustomEvent<SortingState<T>>): void; | ||
@@ -92,0 +91,0 @@ sortingColumn?: SortingColumn<T>; |
@@ -89,3 +89,2 @@ import * as React from 'react'; | ||
empty?: React.ReactNode; | ||
loading?: boolean; | ||
onSortingChange?(event: CustomEvent<SortingState<T>>): void; | ||
@@ -92,0 +91,0 @@ sortingColumn?: SortingColumn<T>; |
@@ -57,4 +57,4 @@ { | ||
"type": "module", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "Apache-2.0" | ||
} |
68706
1240