/** * @title Направление списка * @enumNames [ * "Вертикально", * "Горизонтально", * ] */ export type ListOrientation = 'vertical' | 'horizontal';