UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

6 lines (4 loc) 221 B
type DirectionType = "rtl" | "ltr"; type PositionType = "top" | "bottom" | "right" | "left"; type OrientationType = "vertical" | "horizontal"; export type { DirectionType as D, OrientationType as O, PositionType as P };