| 1 | import React, { type CSSProperties, type MouseEvent, type KeyboardEvent as ReactKeyboardEvent, type PropsWithChildren, type Ref } from 'react' |
| 2 | import { inkBoxPropsToCSS, type InkStyleProps } from './prop-mapping' |
| 3 | |
| 4 | // --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected