@vendorflow/components 3.0.8 → 3.0.10

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.
@@ -96,8 +96,8 @@ export declare function useDefaultTableInstance<D extends object>({ columns, dat
96
96
  selectedFlatRows: Row<D>[];
97
97
  state: EnhancedTableState<D>;
98
98
  };
99
- export declare function SingleLineCell({ value, className, hasTooltip, }: {
100
- value: ReactNode;
99
+ export declare function SingleLineCell({ children, className, hasTooltip, }: {
100
+ children: ReactNode;
101
101
  className?: string | undefined;
102
102
  hasTooltip?: boolean;
103
103
  }): jsx.JSX.Element;