mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
[react-loadable] ability to import types which were unavailable (#23218)
* import/export * contributors * fix namespace
This commit is contained in:
committed by
Sheetal Nandi
parent
c8e5d4efd9
commit
5f07b0f39b
@@ -1,5 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import Loadable = require('react-loadable');
|
||||
import * as Loadable from 'react-loadable';
|
||||
|
||||
class LoadingComponent extends React.Component<Loadable.LoadingComponentProps> {
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user