Files
geo/backend/node_modules/pdf-lib/cjs/api/text/alignment.d.ts
2026-02-04 00:11:19 +05:00

6 lines
121 B
TypeScript
Executable File

export declare enum TextAlignment {
Left = 0,
Center = 1,
Right = 2
}
//# sourceMappingURL=alignment.d.ts.map