(value: string)
| 20 | } |
| 21 | |
| 22 | function scrollable(value: string) { |
| 23 | return value === "auto" || value === "scroll" || value === "overlay" |
| 24 | } |
| 25 | |
| 26 | function scrollRoot(container: HTMLElement) { |
| 27 | let node = container.parentElement |
no outgoing calls
no test coverage detected