UNPKG

@layr/react-integration

Version:
10 lines (9 loc) 282 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';