Files
protoc-frontend/src/component/BasicElements/index.ts
2025-07-23 18:28:00 +03:00

7 lines
453 B
TypeScript

export { textDefinition } from '@/entitiy/element/model/implementations/TextElement'
export { buttonGroupDefinition } from '../../entitiy/element/model/implementations/ButtonGroup'
export { dateDefinition } from '../../entitiy/element/model/implementations/DateElement'
export { calibrationConditionsDefinition } from './CalibrationConditionsElement'
export { numberDefinition } from './NumberElement'
export { selectDefinition } from './SelectElement'