File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of the Symfony package.
3
+ *
4
+ * (c) Fabien Potencier <[email protected] >
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+
10
+ import { Application } from "stimulus" ;
11
+
12
+ declare module "@symfony/stimulus-bridge" {
13
+
14
+ export function startStimulusApp ( context : __WebpackModuleApi . RequireContext ) : Application ;
15
+
16
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @symfony-types/stimulus-bridge" ,
3
+ "description" : " Types for the Symfony Stimulus integration bridge" ,
4
+ "version" : " 1.0.0" ,
5
+ "license" : " MIT" ,
6
+ "types" : " index.d.ts" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/symfony/stimulus-bridge.git" ,
10
+ "directory" : " types"
11
+ },
12
+ "dependencies" : {
13
+ "@types/webpack-env" : " ^1.16.0"
14
+ },
15
+ "files" : [
16
+ " index.d.ts"
17
+ ]
18
+ }
You can’t perform that action at this time.
0 commit comments