Files
openpanel/packages/devtools/src/interfaces/placement.ts
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

2 lines
61 B
TypeScript

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