mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(DataTable): cells type.
This commit is contained in:
7
src/common/cellTypes.js
Normal file
7
src/common/cellTypes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
export const CellType = {
|
||||
Text: 'text',
|
||||
Field: 'field',
|
||||
Button: 'button'
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
export * from './TableStyle';
|
||||
export * from './features';
|
||||
export * from './cellTypes';
|
||||
|
||||
export const Align = { Left: 'left', Right: 'right', Center: 'center' };
|
||||
|
||||
Reference in New Issue
Block a user