elearning/Frontend-Learner/node_modules/nuxt/dist/components/runtime/client-component.d.ts
2026-01-13 10:48:02 +07:00

2 lines
135 B
TypeScript

import type { AsyncComponentLoader } from 'vue';
export declare function createClientPage(loader: AsyncComponentLoader): Promise<any>;