UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

7 lines (4 loc) 173 B
import { useContext } from 'react'; import ListViewContext from '../contexts/ListView'; const useListView = () => useContext(ListViewContext); export default useListView;