Files
openpanel/packages/devtools/src/interfaces/placement.ts
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

2 lines
61 B
TypeScript

export type Placement = "bottom" | "left" | "right" | "top";