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