UNPKG

custom-spatial-navigation

Version:
6 lines (5 loc) 92 B
declare enum WritingDirection { LTR = 0, RTL = 1 } export default WritingDirection;