UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

14 lines (12 loc) 311 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/dashboard/hook/UseExplorer.ts import { createContext, useContext } from "react"; var context = createContext(void 0); function useExplorer() { return useContext(context); } var ExplorerProvider = context.Provider; export { ExplorerProvider, useExplorer };