UNPKG

react-images-uploader-continued

Version:
39 lines (34 loc) 1.03 kB
// flow-typed signature: ec45d545b636d49c4f9467620bbf9955 // flow-typed version: <<STUB>>/gulp-postcss_v^6.2.0/flow_v0.36.0 /** * This is an autogenerated libdef stub for: * * 'gulp-postcss' * * 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 'gulp-postcss' { 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 'gulp-postcss/test' { declare module.exports: any; } // Filename aliases declare module 'gulp-postcss/index' { declare module.exports: $Exports<'gulp-postcss'>; } declare module 'gulp-postcss/index.js' { declare module.exports: $Exports<'gulp-postcss'>; } declare module 'gulp-postcss/test.js' { declare module.exports: $Exports<'gulp-postcss/test'>; }