UNPKG

238 BTypeScriptView Raw
1import webpack from 'webpack';
2import * as Rsg from '../typings';
3export default function build(config: Rsg.SanitizedStyleguidistConfig, callback: (err: Error, stats: webpack.Stats) => void): webpack.Compiler.Watching | webpack.Compiler;