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