mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export enum TextDirection {
|
|
LTR = 'ltr',
|
|
RTL = 'rtl'
|
|
}
|