[plugin] HMR lib hooks (#12108)

* Expose HMR plugin

* Expose function for localizing a plugin component

* Update npm version

* better docs

* Plugin provides i18n instance

* Expose HMR plugin on different path

* Bump version (again)

* Ensure HMR plugin is properly built

* Bump (again)

* Specify callback function

* Bump package version

* Improved docstrings

* Stricter type hinting
This commit is contained in:
Oliver
2026-06-07 23:56:26 +10:00
committed by GitHub
parent 7f1f2dbad2
commit 20309146aa
6 changed files with 193 additions and 3 deletions
+6
View File
@@ -153,3 +153,9 @@ export {
useStoredTableState
} from './states/StoredTableState';
export { useLocalLibState } from './states/LocalLibState';
// Plugin development utilities and hooks
export {
default as LocalizedComponent,
type LocaleLoader
} from './plugin/LocalizedComponent';