import type { BaseLayoutOptions } from '../types'; /** * 随机布局配置 * * Random layout configuration */ export interface RandomLayoutOptions extends BaseLayoutOptions {}