@troopers/nexus-packages
Version:
loans, payments, and transactions
28 lines (25 loc) • 475 B
text/typescript
export const Istyles = {
cellWidth: "wrap",
cellHeight: "wrap",
valign: "middle",
halign: "left",
overflow: "linebreak",
font: "helvetica",
fontStyle: "normal",
fontSize: 12,
cellPadding: 2,
fillColor: [200, 200, 200],
textColor: [0, 0, 0],
lineColor: [0, 0, 0],
lineWidth: 0.4,
};
export const IcolorX = {
red: 200,
green: 400,
yellow: 100,
};
export const IcolorY = {
red: 200,
green: 400,
yellow: 200,
};