Files
bigcapital/src/common/cellTypes.js
2022-03-21 13:15:10 +02:00

7 lines
82 B
JavaScript

export const CellType = {
Text: 'text',
Field: 'field',
Button: 'button'
}