@vendorflow/components 3.0.7 → 3.0.8

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