| 1 | import { createContext } from '../../utils/create-context' |
| 2 | import type { UseFloatingPanelReturn } from './use-floating-panel' |
| 3 | |
| 4 | export interface UseFloatingPanelContext extends UseFloatingPanelReturn {} |
nothing calls this directly
no test coverage detected