UNPKG

@flows/js-components

Version:

Built-in components for Flows JS SDK

4 lines (2 loc) 203 B
type Placement = "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end"; export type { Placement as P };