export type { LayoutProps } from './props'; /** 排列方向 */ export type LayoutDirection = 'horizontal' | 'vertical';