Skip to content

remix/ui-hmr · Type

View Source

UiHmrImportSource

Summary

Package prefix used for generated UI refresh and HMR runtime imports.

Use 'remix' for imports such as remix/ui-hmr/runtime/browser, '@remix-run' for the equivalent scoped packages, or a custom prefix that exposes the same subpaths.

Signature

type UiHmrImportSource = 'remix' | '@remix-run' | (string & {})