UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

8 lines (6 loc) 161 B
type DirectionType = "rtl" | "ltr"; type RadioOptionType = { label: string; value: string; }; export type { DirectionType as D, RadioOptionType as R };