UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

1 lines 136 B
import{useContext}from"react";import{ConfigContext}from"../context/config";export function useConfig(){return useContext(ConfigContext)}