mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-28 12:37:32 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
11
samples/react/MusicStore/typings/tsd.d.ts
vendored
Normal file
11
samples/react/MusicStore/typings/tsd.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <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 in New Issue
Block a user