Files

7 lines
129 B
TypeScript
Raw Permalink Normal View History

2026-02-04 00:11:19 +05:00
export declare enum ImageAlignment {
Left = 0,
Center = 1,
Right = 2
}
//# sourceMappingURL=alignment.d.ts.map