test-dont-install-3
Version:
React.js component for uploading images to the server
74 lines (64 loc) • 2.26 kB
JavaScript
// flow-typed signature: 745f1342b43119397d06555fc04c017a
// flow-typed version: <<STUB>>/postcss-easy-import_v^1.0.1/flow_v0.36.0
/**
* This is an autogenerated libdef stub for:
*
* 'postcss-easy-import'
*
* 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 'postcss-easy-import' {
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 'postcss-easy-import/lib/add-prefix' {
declare module.exports: any;
}
declare module 'postcss-easy-import/lib/has-extensions' {
declare module.exports: any;
}
declare module 'postcss-easy-import/lib/has-prefix' {
declare module.exports: any;
}
declare module 'postcss-easy-import/lib/is-file' {
declare module.exports: any;
}
declare module 'postcss-easy-import/lib/resolve-glob' {
declare module.exports: any;
}
declare module 'postcss-easy-import/lib/resolve-module' {
declare module.exports: any;
}
// Filename aliases
declare module 'postcss-easy-import/index' {
declare module.exports: $Exports<'postcss-easy-import'>;
}
declare module 'postcss-easy-import/index.js' {
declare module.exports: $Exports<'postcss-easy-import'>;
}
declare module 'postcss-easy-import/lib/add-prefix.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/add-prefix'>;
}
declare module 'postcss-easy-import/lib/has-extensions.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/has-extensions'>;
}
declare module 'postcss-easy-import/lib/has-prefix.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/has-prefix'>;
}
declare module 'postcss-easy-import/lib/is-file.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/is-file'>;
}
declare module 'postcss-easy-import/lib/resolve-glob.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/resolve-glob'>;
}
declare module 'postcss-easy-import/lib/resolve-module.js' {
declare module.exports: $Exports<'postcss-easy-import/lib/resolve-module'>;
}