You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
307 B

import { ConfigPlugin, StaticPlugin } from '../Plugin.types';
/**
* Resolves a list of plugins.
*
* @param config exported config
* @param plugins list of config config plugins to apply to the exported config
*/
export declare const withPlugins: ConfigPlugin<(StaticPlugin | ConfigPlugin | string)[]>;