UNPKG

@blockscout/ui-toolkit

Version:

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

8 lines (7 loc) 288 B
import { default as React } from 'react'; export interface LineChartOverlayProps { width: number; height: number; children: React.ReactNode; } export declare const LineChartOverlay: React.ForwardRefExoticComponent<LineChartOverlayProps & React.RefAttributes<SVGRectElement>>;