FestinHegre/vendor/symfony/stimulus-bundle/assets/dist/loader.d.ts

5 lines
372 B
TypeScript
Raw Normal View History

2024-09-26 17:26:04 +02:00
import { Application } from '@hotwired/stimulus';
import { type EagerControllersCollection, type LazyControllersCollection } from './controllers.js';
export declare const loadControllers: (application: Application, eagerControllers: EagerControllersCollection, lazyControllers: LazyControllersCollection) => void;
export declare const startStimulusApp: () => Application;