File size: 188 Bytes
1e92f2d | 1 2 3 4 5 | import { RechartsRootState } from '../store';
import { TooltipState } from '../tooltipSlice';
export const selectTooltipState = (state: RechartsRootState): TooltipState => state.tooltip;
|
1e92f2d | 1 2 3 4 5 | import { RechartsRootState } from '../store';
import { TooltipState } from '../tooltipSlice';
export const selectTooltipState = (state: RechartsRootState): TooltipState => state.tooltip;
|