pankod/refine

View on GitHub
packages/devtools/src/interfaces/placement.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Placement = "bottom" | "left" | "right" | "top";