@cakemail-org/ui-components-v2 2.2.33 → 2.2.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +5855 -5871
- package/dist/cjs/utils/data.d.ts +1 -1
- package/dist/esm/index.js +5856 -5872
- package/dist/esm/utils/data.d.ts +1 -1
- package/package.json +3 -2
package/dist/cjs/utils/data.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TGooglePlaceMapperAddress } from "../types";
|
|
2
|
-
export declare function descendingComparator<T>(a: T, b: T, orderBy: keyof T):
|
|
2
|
+
export declare function descendingComparator<T>(a: T, b: T, orderBy: keyof T): 0 | 1 | -1;
|
|
3
3
|
type Order = 'asc' | 'desc';
|
|
4
4
|
export declare function getComparator<Key extends keyof any>(order: Order, orderBy: Key): (a: {
|
|
5
5
|
[key in Key]: number | string;
|