| 1 | import { createContext } from '../../utils/create-context' |
| 2 | import type { UseNumberInputReturn } from './use-number-input' |
| 3 | |
| 4 | export interface UseNumberInputContext extends UseNumberInputReturn {} |
nothing calls this directly
no test coverage detected