UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

40 lines (34 loc) 1.07 kB
// flow-typed signature: ddaaf6cec4f36556ef3ce925f97a0213 // flow-typed version: <<STUB>>/prettier-eslint_v^8.8.1/flow_v0.66.0 /** * This is an autogenerated libdef stub for: * * 'prettier-eslint' * * 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 'prettier-eslint' { 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 'prettier-eslint/dist/index' { declare module.exports: any; } declare module 'prettier-eslint/dist/utils' { declare module.exports: any; } // Filename aliases declare module 'prettier-eslint/dist/index.js' { declare module.exports: $Exports<'prettier-eslint/dist/index'>; } declare module 'prettier-eslint/dist/utils.js' { declare module.exports: $Exports<'prettier-eslint/dist/utils'>; }