mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
|
|
|
|
export const CellType = {
|
|
Text: 'text',
|
|
Field: 'field',
|
|
Button: 'button'
|
|
} |