DefinitelyTyped/types/react-loadable/babel.d.ts
Diogo Franco bf2a72285c Add type definitions for react-loadable (#16118)
* Add definitions for react-loadable

* Add react-loadable/babel

* Add explicit export
2017-04-26 08:05:55 -07:00

4 lines
130 B
TypeScript

import * as babel from 'babel-core';
export default function(context: Pick<typeof babel, 'types'|'template'>): { visitor: any };