Chika 8d1d3fed7c Components: create Calculation Component
add Calculation Component to Home page
2022-06-01 20:49:46 +03:00

13 lines
365 B
TypeScript

/* eslint-disable import/prefer-default-export */
import type { FormComponentConfig } from '../../lib/renderFormComponent';
export const id = 'payments';
export const title = 'Платежи';
export const elements: FormComponentConfig['rows'][number][0] = [
'radioGraphType',
'selectSeasonType',
'tbxParmentsDecreasePercent',
'selectHighSeasonStart',
];