mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 03:40:31 +00:00
7 lines
93 B
TypeScript
7 lines
93 B
TypeScript
// @ts-nocheck
|
|
|
|
|
|
export const TableStyle = {
|
|
Constrant: 'constrant',
|
|
Regular: 'regular'
|
|
} |