UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 218 B
/** * 展示策略 * */ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE } from "../typings"; export declare const getStrokeLength: (itemSpaceHeight: number, type: ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE) => number;