mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
370 B
TypeScript
9 lines
370 B
TypeScript
// Type definitions for react-loadable-visibility 3.0
|
|
// Project: https://github.com/stratiformltd/react-loadable-visibility#readme
|
|
// Definitions by: Daniel Bartholomae <https://github.com/dbartholomae>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
import Loadable from './loadable-components';
|
|
export default Loadable;
|