UNPKG

210 BTypeScriptView Raw
1import { Plugin } from '../../lib/plugin';
2export interface ConfigOptions {
3 list: boolean;
4 dist: string;
5 pluginDir: string;
6}
7declare const _default: (api: Plugin) => void;
8export default _default;