UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

8 lines (6 loc) 169 B
declare const Direction: { readonly LTR: "ltr"; readonly RTL: "rtl"; }; type Direction = (typeof Direction)[keyof typeof Direction]; export { Direction as D };