UNPKG

alchemy-tech-ui

Version:

react component library for alchemy apps

4 lines (3 loc) 151 B
export type Sizes = "sm" | "md" | "lg"; export type Orientation = "horizontal" | "vertical"; export type Direction = "up" | "down" | "left" | "right";