/** * @title Цвет фона * @enumNames [ * "Прозрачный", * "Белый" * ] */ export type BgColorVersion = 'transparent' | 'bg-white';