@seatsio/seatsio-types 2.4.2 → 2.5.0
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/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -592,6 +592,11 @@ export type CategoryFilter = {
|
|
|
592
592
|
* @default false
|
|
593
593
|
*/
|
|
594
594
|
zoomOnSelect?: boolean;
|
|
595
|
+
/**
|
|
596
|
+
* Sort categories by price, or use the order that's defined on the chart
|
|
597
|
+
* @default price
|
|
598
|
+
*/
|
|
599
|
+
sortBy?: 'price' | 'none';
|
|
595
600
|
};
|
|
596
601
|
export type DeprecatedConfigProperties = {
|
|
597
602
|
/**
|