mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
13 lines
657 B
TypeScript
13 lines
657 B
TypeScript
/// <reference path="react-redux/react-redux.d.ts" />
|
|
/// <reference path="react/react-dom.d.ts" />
|
|
/// <reference path="react/react.d.ts" />
|
|
/// <reference path="redux/redux.d.ts" />
|
|
/// <reference path="webpack/webpack-env.d.ts" />
|
|
/// <reference path="react-bootstrap/react-bootstrap.d.ts" />
|
|
/// <reference path="react-router/history.d.ts" />
|
|
/// <reference path="react-router/react-router.d.ts" />
|
|
/// <reference path="react-router-bootstrap/react-router-bootstrap.d.ts" />
|
|
/// <reference path="react-router-redux/react-router-redux.d.ts" />
|
|
/// <reference path="redux-thunk/redux-thunk.d.ts" />
|
|
/// <reference path="whatwg-fetch/whatwg-fetch.d.ts" />
|