1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/packages/next/flow-typed/npm/webpackbar_vx.x.x.js
Tim Neutkens b1c4f3aec4
Monorepo (#5341)
- Implements Lerna
- Moves all source code into `packages/next`
- Keeps integration tests in the root directory
2018-10-01 01:02:10 +02:00

61 lines
1.6 KiB
JavaScript

// flow-typed signature: 83ca23a55b5361dc350877279882bf56
// flow-typed version: <<STUB>>/webpackbar_v2.6.1/flow_v0.73.0
/**
* This is an autogenerated libdef stub for:
*
* 'webpackbar'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'webpackbar' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'webpackbar/dist/cjs' {
declare module.exports: any;
}
declare module 'webpackbar/dist/description' {
declare module.exports: any;
}
declare module 'webpackbar/dist/index' {
declare module.exports: any;
}
declare module 'webpackbar/dist/profile' {
declare module.exports: any;
}
declare module 'webpackbar/dist/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'webpackbar/dist/cjs.js' {
declare module.exports: $Exports<'webpackbar/dist/cjs'>;
}
declare module 'webpackbar/dist/description.js' {
declare module.exports: $Exports<'webpackbar/dist/description'>;
}
declare module 'webpackbar/dist/index.js' {
declare module.exports: $Exports<'webpackbar/dist/index'>;
}
declare module 'webpackbar/dist/profile.js' {
declare module.exports: $Exports<'webpackbar/dist/profile'>;
}
declare module 'webpackbar/dist/utils.js' {
declare module.exports: $Exports<'webpackbar/dist/utils'>;
}