UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

10 lines (9 loc) 306 B
import type { STDSize, Size } from '../types'; /** * <zh/> 解析尺寸配置 * * <en/> Parse size configuration * @param size - <zh/> 尺寸配置 | <en/> size configuration * @returns <zh/> 标准尺寸格式 | <en/> standard size format */ export declare function parseSize(size?: Size): STDSize;