Files
singlechat/client/node_modules/@unhead/vue/dist/server.d.mts

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 };