@factorialco/f0-react 1.322.0 → 1.323.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/experimental.d.ts +2 -2
- package/dist/experimental.js +3013 -3011
- package/dist/f0.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5745,8 +5745,8 @@ declare type TableVisualizationOptions<R extends RecordType, _Filters extends Fi
|
|
|
5745
5745
|
};
|
|
5746
5746
|
|
|
5747
5747
|
declare type TableVisualizationSettings = {
|
|
5748
|
-
order
|
|
5749
|
-
hidden
|
|
5748
|
+
order?: ColId[];
|
|
5749
|
+
hidden?: ColId[];
|
|
5750
5750
|
};
|
|
5751
5751
|
|
|
5752
5752
|
export declare const Tabs: FC<TabsProps> & {
|