UNPKG

@layr/react-integration

Version:
10 lines 315 B
/** * @module react-integration * * Provides some React components, hooks, and decorators to simplify the use of [React](https://reactjs.org/) inside a Layr app. */ export * from './components'; export * from './decorators'; export * from './hooks'; export * from './plugins'; //# sourceMappingURL=index.js.map