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

6 lines
161 B
JavaScript

export * from './TableStyle';
export * from './features';
export * from './cellTypes';
export const Align = { Left: 'left', Right: 'right', Center: 'center' };