pdfsplitter/node_modules/pdf-lib/ts3.4/cjs/api/text/alignment.d.ts
2026-05-20 17:40:17 -07:00

6 lines
122 B
TypeScript

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