mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
desktop version supports rtl
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export enum TextDirection {
|
||||
LTR = 'ltr',
|
||||
RTL = 'rtl'
|
||||
}
|
||||
Reference in New Issue
Block a user