UNPKG

@blockscout/ui-toolkit

Version:

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

5 lines (4 loc) 278 B
import { default as React } from 'react'; declare const _default: React.MemoExoticComponent<() => React.JSX.Element>; export default _default; export declare function useRenderLine(ref: React.RefObject<SVGGElement | null>, chartHeight: number | undefined): (x: number) => void;