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

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

export type { RandomLayoutOptions };
