type DirectionType = "rtl" | "ltr";

export type { DirectionType as D };
