(p: MenuPlacement)
| 274 | return placement ? placementToCSSProp[placement] : 'bottom'; |
| 275 | } |
| 276 | const coercePlacement = (p: MenuPlacement) => (p === 'auto' ? 'bottom' : p); |
| 277 | |
| 278 | export const menuCSS = < |
| 279 | Option, |
no outgoing calls
no test coverage detected
searching dependent graphs…