fix(plugins): satisfy slot registry type

This commit is contained in:
Vincent Koc
2026-05-01 05:32:37 -07:00
parent f0c7c430f5
commit 70095f08f4

View File

@@ -25,7 +25,7 @@ type SlotSelectionPlugin = {
};
type SlotSelectionRegistry = {
plugins: readonly SlotSelectionPlugin[];
plugins: SlotSelectionPlugin[];
};
function mergeRuntimeKinds(