components.wm.hooks.usePaneContext.tsx Maven / Gradle / Ivy
import { useContext } from 'react';
import { PaneContext } from '../contexts/PaneContext';
export const usePaneContext = () => useContext(PaneContext);
import { useContext } from 'react';
import { PaneContext } from '../contexts/PaneContext';
export const usePaneContext = () => useContext(PaneContext);