@chief-editor/ui
Version:
UI Component for chief editor
1 lines • 136 B
JavaScript
import{useContext}from"react";import{ConfigContext}from"../context/config";export function useConfig(){return useContext(ConfigContext)}
UI Component for chief editor