Files
ezbookkeeping/src/core/text.ts
T
2025-08-18 00:45:26 +08:00

5 lines
63 B
TypeScript

export enum TextDirection {
LTR = 'ltr',
RTL = 'rtl'
}