UNPKG

@lynx-js/react-rsbuild-plugin

Version:
9 lines (8 loc) 268 B
/** * @packageDocumentation * * A rsbuild plugin that integrates with ReactLynx. */ export { pluginReactLynx } from './pluginReactLynx.js'; export type { PluginReactLynxOptions } from './pluginReactLynx.js'; export { LAYERS } from '@lynx-js/react-webpack-plugin';