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