All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.wm.hooks.usePaneContext.tsx Maven / Gradle / Ivy

import { useContext } from 'react';

import { PaneContext } from '../contexts/PaneContext';

export const usePaneContext = () => useContext(PaneContext);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy