Files
bigcapital/src/common/index.js

7 lines
193 B
JavaScript

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