mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
* [react-mobx] scaffold project + migrate to drop5 * [react-mobx] install mobx dependencies * [react-mobx] configure reactive and nonreactive webpart version * [react-mobx] add presentational and container components * [react-mobx] Replace description field with name * [react-mobx] Add mobx store and hook up webpart & components * [react-mobx] update readme * [react-mobx] remove custom tslint.config * [react-mobx] only render the webpart once
19 lines
901 B
TypeScript
19 lines
901 B
TypeScript
/// <reference path="@ms/odsp.d.ts" />
|
|
/// <reference path="@ms/odsp-webpack.d.ts" />
|
|
/// <reference path="assertion-error/assertion-error.d.ts" />
|
|
/// <reference path="chai/chai.d.ts" />
|
|
/// <reference path="es6-collections/es6-collections.d.ts" />
|
|
/// <reference path="es6-promise/es6-promise.d.ts" />
|
|
/// <reference path="lodash/lodash.d.ts" />
|
|
/// <reference path="mocha/mocha.d.ts" />
|
|
/// <reference path="node/node.d.ts" />
|
|
/// <reference path="react/react.d.ts" />
|
|
/// <reference path="react/react-addons-shallow-compare.d.ts" />
|
|
/// <reference path="react/react-addons-test-utils.d.ts" />
|
|
/// <reference path="react/react-addons-update.d.ts" />
|
|
/// <reference path="react/react-dom.d.ts" />
|
|
/// <reference path="systemjs/systemjs.d.ts" />
|
|
/// <reference path="whatwg-fetch/whatwg-fetch.d.ts" />
|
|
/// <reference path="knockout/knockout.d.ts" />
|
|
/// <reference path="combokeys/combokeys.d.ts" />
|