Files
bigcapital/src/common/index.js
2022-02-02 12:08:57 +02:00

4 lines
104 B
JavaScript

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