Chika ed0ffc6332 Calculation/Form: rename render function
rename SectionsConfig to FormComponentConfig
export rebass types from UIKit
2022-06-01 19:46:16 +03:00

10 lines
295 B
TypeScript

/* eslint-disable import/prefer-default-export */
import type { FormComponentConfig } from '../../lib/renderFormComponent';
export const elements: FormComponentConfig['rows'][number][0] = [
'radioGraphType',
'selectSeasonType',
'tbxParmentsDecreasePercent',
'selectHighSeasonStart',
];