UNPKG

@antv/layout

Version:
9 lines (7 loc) 194 B
import type { BaseLayoutOptions } from '../types'; /** * <zh/> 随机布局配置 * * <en/> Random layout configuration */ export interface RandomLayoutOptions extends BaseLayoutOptions {}