| 1 | import styled from 'styled-components' |
| 2 | import type {ComponentPropsWithRef, ReactElement} from 'react' |
| 3 | import React, {useEffect, useRef} from 'react' |
| 4 | import useLayoutEffect from '../utils/useIsomorphicLayoutEffect' |
nothing calls this directly
no test coverage detected