export type { LayoutPropsType } from './props'

export type LayoutDirectionType = 'horizontal' | 'vertical' | ''
