Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/@unhead/vue/dist/server.d.mts
T
2025-09-18 19:01:22 +07:00

11 lines
524 B
TypeScript

import { CreateServerHeadOptions } from 'unhead/types';
export { CreateServerHeadOptions } from 'unhead/types';
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
export { SSRHeadPayload, extractUnheadInputFromHtml, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
import 'vue';
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient;
export { VueHeadClient, createHead };