UNPKG

picgo

Version:

A tool for image uploading

6 lines (5 loc) 126 B
import type { IPicGo } from '../../types'; declare const setting: { handle: (ctx: IPicGo) => void; }; export { setting };