UNPKG

@blockscout/ui-toolkit

Version:

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

3 lines (2 loc) 146 B
import { TimeChartItem } from '../types'; export declare const getIncompleteDataLineSource: (data: Array<TimeChartItem>) => Array<TimeChartItem>;