@lynx-js/react-canary 0.115.0 → 0.115.1-canary-20251208-a01fa58b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -424,6 +424,8 @@ export interface DynamicImportVisitorConfig {
424
424
  runtimePkg: string
425
425
  /** @internal */
426
426
  layer: string
427
+ /** @internal */
428
+ injectLazyBundle?: boolean
427
429
  }
428
430
  /**
429
431
  * {@inheritdoc PluginReactLynxOptions.extractStr}