UNPKG

@antv/layout

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