UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

9 lines (7 loc) 237 B
type DirectionType = "rtl" | "ltr"; type PositionType = "top" | "bottom" | "right" | "left"; type RadioOptionType = { label: string; value: string; }; export type { DirectionType as D, PositionType as P, RadioOptionType as R };