@layr/react-integration
Version:
React integration for Layr
10 lines • 315 B
JavaScript
/**
* @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