11 lines
419 B
TypeScript
11 lines
419 B
TypeScript
import { CreateClientHeadOptions } from 'unhead/types';
|
|
export { CreateClientHeadOptions } from 'unhead/types';
|
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
export { renderDOMHead } from 'unhead/client';
|
|
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
|
import 'vue';
|
|
|
|
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient;
|
|
|
|
export { VueHeadClient, createHead };
|