Skip to content

Commit 917f4f8

Browse files
committed
fix: add content feature type
1 parent 6476ae4 commit 917f4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/src/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ declare module '*.riv' {
4444
}
4545

4646
declare module 'ddg:platformFeatures' {
47-
const output: Record<string, new (featureName: string) => import('./content-feature').default>;
47+
const output: Record<string, new (featureName: string, importConfig: ImportConfig) => import('./content-feature').default>;
4848
export default output;
4949
}

0 commit comments

Comments
 (0)