UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

1 lines 205 B
import{useContext}from"react";import{UploadContext}from"../context/upload";export function useUpload(){var o=useContext(UploadContext);if(null===o)throw new Error("useUpload must under RcUpload");return o}