UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

16 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The Types to use for injection */ exports.typesForInject = { IDataProviderCollection: "IDataProviderCollection" }; /** * An data Store Entry object. */ var DataStoreEntry = /** @class */ (function () { function DataStoreEntry() { } return DataStoreEntry; }()); exports.DataStoreEntry = DataStoreEntry; //# sourceMappingURL=FormBaseInput.types.js.map