We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c486547 commit 0014557Copy full SHA for 0014557
src/uiFactory/uiFactory.ts
@@ -20,7 +20,7 @@ const uiFactoryBase: UIFactory = {
20
},
21
};
22
23
-export function configureUIFactory(overrides: Partial<UIFactory>) {
+export function configureUIFactory<H extends string>(overrides: Partial<UIFactory<H>>) {
24
Object.assign(uiFactoryBase, overrides);
25
}
26
0 commit comments