UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

5 lines (3 loc) 137 B
type DirectionType = "rtl" | "ltr"; type RadiusType = "full" | "inherit" | "none"; export type { DirectionType as D, RadiusType as R };