Skip to content

Commit d9179f8

Browse files
committed
Fix param type
1 parent c29caa8 commit d9179f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import { Application } from "stimulus";
1111

1212
declare module "@symfony/stimulus-bridge" {
1313

14-
export function startStimulusApp(context: __WebpackModuleApi.RequireContext): Application;
14+
export function startStimulusApp(context?: __WebpackModuleApi.RequireContext): Application;
1515

1616
}

0 commit comments

Comments
 (0)