UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

5 lines (3 loc) 149 B
type DirectionType = "rtl" | "ltr"; type PositionType = "top" | "bottom" | "right" | "left"; export type { DirectionType as D, PositionType as P };