UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

159 lines (136 loc) 5.39 kB
// flow-typed signature: f18b68d985e806ae042fd89ba1e1a9ad // flow-typed version: <<STUB>>/react-number-format_v^3.0.2/flow_v0.59.0 /** * This is an autogenerated libdef stub for: * * 'react-number-format' * * 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 'react-number-format' { 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 'react-number-format/custom_formatters/card_expiry' { declare module.exports: any; } declare module 'react-number-format/dist/react-number-format' { declare module.exports: any; } declare module 'react-number-format/dist/react-number-format.min' { declare module.exports: any; } declare module 'react-number-format/example/src/index' { declare module.exports: any; } declare module 'react-number-format/flow-typed/global' { declare module.exports: any; } declare module 'react-number-format/flow-typed/npm/prop-types_v15.x.x' { declare module.exports: any; } declare module 'react-number-format/karma.conf' { declare module.exports: any; } declare module 'react-number-format/lib/number_format' { declare module.exports: any; } declare module 'react-number-format/lib/utils' { declare module.exports: any; } declare module 'react-number-format/src/number_format' { declare module.exports: any; } declare module 'react-number-format/src/utils' { declare module.exports: any; } declare module 'react-number-format/test/custom_formatters/card_expiry.spec' { declare module.exports: any; } declare module 'react-number-format/test/library/format_as_text.spec' { declare module.exports: any; } declare module 'react-number-format/test/library/input_numeric_format.spec' { declare module.exports: any; } declare module 'react-number-format/test/library/input.spec' { declare module.exports: any; } declare module 'react-number-format/test/library/keypress_and_caret.spec' { declare module.exports: any; } declare module 'react-number-format/test/test_util' { declare module.exports: any; } declare module 'react-number-format/webpack.bundle.config' { declare module.exports: any; } declare module 'react-number-format/webpack.dev.config' { declare module.exports: any; } // Filename aliases declare module 'react-number-format/custom_formatters/card_expiry.js' { declare module.exports: $Exports<'react-number-format/custom_formatters/card_expiry'>; } declare module 'react-number-format/dist/react-number-format.js' { declare module.exports: $Exports<'react-number-format/dist/react-number-format'>; } declare module 'react-number-format/dist/react-number-format.min.js' { declare module.exports: $Exports<'react-number-format/dist/react-number-format.min'>; } declare module 'react-number-format/example/src/index.js' { declare module.exports: $Exports<'react-number-format/example/src/index'>; } declare module 'react-number-format/flow-typed/global.js' { declare module.exports: $Exports<'react-number-format/flow-typed/global'>; } declare module 'react-number-format/flow-typed/npm/prop-types_v15.x.x.js' { declare module.exports: $Exports<'react-number-format/flow-typed/npm/prop-types_v15.x.x'>; } declare module 'react-number-format/karma.conf.js' { declare module.exports: $Exports<'react-number-format/karma.conf'>; } declare module 'react-number-format/lib/number_format.js' { declare module.exports: $Exports<'react-number-format/lib/number_format'>; } declare module 'react-number-format/lib/utils.js' { declare module.exports: $Exports<'react-number-format/lib/utils'>; } declare module 'react-number-format/src/number_format.js' { declare module.exports: $Exports<'react-number-format/src/number_format'>; } declare module 'react-number-format/src/utils.js' { declare module.exports: $Exports<'react-number-format/src/utils'>; } declare module 'react-number-format/test/custom_formatters/card_expiry.spec.js' { declare module.exports: $Exports<'react-number-format/test/custom_formatters/card_expiry.spec'>; } declare module 'react-number-format/test/library/format_as_text.spec.js' { declare module.exports: $Exports<'react-number-format/test/library/format_as_text.spec'>; } declare module 'react-number-format/test/library/input_numeric_format.spec.js' { declare module.exports: $Exports<'react-number-format/test/library/input_numeric_format.spec'>; } declare module 'react-number-format/test/library/input.spec.js' { declare module.exports: $Exports<'react-number-format/test/library/input.spec'>; } declare module 'react-number-format/test/library/keypress_and_caret.spec.js' { declare module.exports: $Exports<'react-number-format/test/library/keypress_and_caret.spec'>; } declare module 'react-number-format/test/test_util.js' { declare module.exports: $Exports<'react-number-format/test/test_util'>; } declare module 'react-number-format/webpack.bundle.config.js' { declare module.exports: $Exports<'react-number-format/webpack.bundle.config'>; } declare module 'react-number-format/webpack.dev.config.js' { declare module.exports: $Exports<'react-number-format/webpack.dev.config'>; }