UNPKG

@blockscout/ui-toolkit

Version:

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

8 lines (7 loc) 373 B
export declare const TEXT_LINE_HEIGHT = 12; export declare const PADDING = 16; export declare const LINE_SPACE = 10; export declare const POINT_SIZE = 16; export declare const LABEL_WIDTH = 80; export declare const calculateContainerHeight: (seriesNum: number, isIncomplete?: boolean) => number; export declare const calculateRowTransformValue: (rowNum: number) => string;