import type { BaseLayoutOptions } from '../types';

/**
 * <zh/> 随机布局配置
 *
 * <en/> Random layout configuration
 */
export interface RandomLayoutOptions extends BaseLayoutOptions {}
