UNPKG

@layr/react-integration

Version:
13 lines 530 B
"use strict"; /** * @module react-integration * * Provides some React components, hooks, and decorators to simplify the use of [React](https://reactjs.org/) inside a Layr app. */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./components"), exports); tslib_1.__exportStar(require("./decorators"), exports); tslib_1.__exportStar(require("./hooks"), exports); tslib_1.__exportStar(require("./plugins"), exports); //# sourceMappingURL=index.js.map