type RadiusType = "full" | "inherit" | "none";

export type { RadiusType as R };
