@snowpact/react-tanstack-query-table 1.9.0 → 1.10.1
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.cjs +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1431 -1425
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -387,7 +387,7 @@ declare interface StylesConfig {
|
|
|
387
387
|
|
|
388
388
|
export declare type TableAction<T, K = unknown> = ClickAction<T> | LinkAction<T> | EndpointAction<T, K> | ((item: T) => ClickAction<T> | LinkAction<T> | EndpointAction<T, K>);
|
|
389
389
|
|
|
390
|
-
/** Tooltip component rendered via portal */
|
|
390
|
+
/** Tooltip component rendered via portal — measures its own width to clamp position */
|
|
391
391
|
export declare function Tooltip({ label, x, y }: TooltipState): ReactPortal;
|
|
392
392
|
|
|
393
393
|
/**
|