This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/enzyme-to-json_vx.x.x.js

75 lines
2.0 KiB
JavaScript

// flow-typed signature: b3402ec9029514be297b23c7a794f1ea
// flow-typed version: <<STUB>>/enzyme-to-json_v^1.5.1/flow_v0.86.0
/**
* This is an autogenerated libdef stub for:
*
* 'enzyme-to-json'
*
* 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 'enzyme-to-json' {
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 'enzyme-to-json/build/index' {
declare module.exports: any;
}
declare module 'enzyme-to-json/build/mount' {
declare module.exports: any;
}
declare module 'enzyme-to-json/build/render' {
declare module.exports: any;
}
declare module 'enzyme-to-json/build/serializer' {
declare module.exports: any;
}
declare module 'enzyme-to-json/build/shallow' {
declare module.exports: any;
}
declare module 'enzyme-to-json/build/utils' {
declare module.exports: any;
}
declare module 'enzyme-to-json/serializer' {
declare module.exports: any;
}
// Filename aliases
declare module 'enzyme-to-json/build/index.js' {
declare module.exports: $Exports<'enzyme-to-json/build/index'>;
}
declare module 'enzyme-to-json/build/mount.js' {
declare module.exports: $Exports<'enzyme-to-json/build/mount'>;
}
declare module 'enzyme-to-json/build/render.js' {
declare module.exports: $Exports<'enzyme-to-json/build/render'>;
}
declare module 'enzyme-to-json/build/serializer.js' {
declare module.exports: $Exports<'enzyme-to-json/build/serializer'>;
}
declare module 'enzyme-to-json/build/shallow.js' {
declare module.exports: $Exports<'enzyme-to-json/build/shallow'>;
}
declare module 'enzyme-to-json/build/utils.js' {
declare module.exports: $Exports<'enzyme-to-json/build/utils'>;
}
declare module 'enzyme-to-json/serializer.js' {
declare module.exports: $Exports<'enzyme-to-json/serializer'>;
}