mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
export * from './TableStyle';
|
|
export * from './features';
|
|
export * from './cellTypes';
|
|
|
|
export const Align = { Left: 'left', Right: 'right', Center: 'center' };
|