UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

7 lines (6 loc) 199 B
export declare function useChartZoom(): { isZoomResetInitial: boolean; zoomRange: [Date, Date] | undefined; handleZoom: (range: [Date, Date]) => void; handleZoomReset: () => void; };