Current section
Files
Jump to
Current section
Files
js/dist/hooks/create-js-apps.d.ts
import { JsApp } from '../js-app.ts';
export declare const createJsApps: (apps: Record<string, JsApp<any>>) => {
mounted(): void;
updated(): void;
destroyed(): void;
};