type DirectionType = "rtl" | "ltr"; type RadiusType = "full" | "inherit" | "none"; export type { DirectionType as D, RadiusType as R };