mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
10 lines
270 B
TypeScript
10 lines
270 B
TypeScript
// @ts-nocheck
|
|
export * from './accountTypes';
|
|
export * from './tableStyle';
|
|
export * from './features';
|
|
export * from './cellTypes';
|
|
export * from './classes';
|
|
export * from './cashflowOptions';
|
|
|
|
export const Align = { Left: 'left', Right: 'right', Center: 'center' };
|