// flow-typed signature: ce23ecafd4a8df99e8eab3d7417dea83 // flow-typed version: <>/@material-ui/core/Avatar_v3.1.0/flow_v0.81.0 /** * This is an autogenerated libdef stub for: * * '@material-ui/core/Avatar' * * 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 '@material-ui/core/Avatar' { 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 '@material-ui/core/Avatar/Avatar' { declare module.exports: any; } // Filename aliases declare module '@material-ui/core/Avatar/Avatar.js' { declare module.exports: $Exports<'@material-ui/core/Avatar/Avatar'>; } declare module '@material-ui/core/Avatar/index' { declare module.exports: $Exports<'@material-ui/core/Avatar'>; } declare module '@material-ui/core/Avatar/index.js' { declare module.exports: $Exports<'@material-ui/core/Avatar'>; }