UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

5 lines (3 loc) 165 B
type PositionType = "top" | "bottom" | "right" | "left"; type OrientationType = "vertical" | "horizontal"; export type { OrientationType as O, PositionType as P };