@datarobot/design-system 29.7.2 → 29.7.3
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/js/bundle/index.d.ts
CHANGED
|
@@ -5802,7 +5802,7 @@ type TooltipCellProps = {
|
|
|
5802
5802
|
/**
|
|
5803
5803
|
* Adds tooltip for cells with simple string value
|
|
5804
5804
|
*/
|
|
5805
|
-
export default function TooltipCell({ value, testId, }: TooltipCellProps): import("react/jsx-runtime").JSX.Element
|
|
5805
|
+
export default function TooltipCell({ value, testId, }: TooltipCellProps): import("react/jsx-runtime").JSX.Element;
|
|
5806
5806
|
export {};
|
|
5807
5807
|
|
|
5808
5808
|
type TooltipThProps = {
|