You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
288 B
JavaScript
12 lines
288 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
|
//#region ../../packages/constants/column-alignment.ts
|
|
const columnAlignment = [
|
|
"left",
|
|
"center",
|
|
"right"
|
|
];
|
|
|
|
//#endregion
|
|
exports.columnAlignment = columnAlignment;
|
|
//# sourceMappingURL=column-alignment.js.map
|