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 6476ae4 commit 917f4f8Copy full SHA for 917f4f8
injected/src/globals.d.ts
@@ -44,6 +44,6 @@ declare module '*.riv' {
44
}
45
46
declare module 'ddg:platformFeatures' {
47
- const output: Record<string, new (featureName: string) => import('./content-feature').default>;
+ const output: Record<string, new (featureName: string, importConfig: ImportConfig) => import('./content-feature').default>;
48
export default output;
49
0 commit comments