@vueuse/head
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -31,3 +31,3 @@ import { UnwrapRef, App, Ref, DefineComponent, ComponentOptionsMixin, EmitsOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; | ||
}; | ||
interface HTMLobj { | ||
interface HTMLResult { | ||
readonly headTags: string; | ||
@@ -44,5 +44,5 @@ readonly htmlAttrs: string; | ||
declare const useHead: (obj: MaybeRef<HeadObject>) => void; | ||
declare const renderHeadToString: (head: HeadClient) => HTMLobj; | ||
declare const renderHeadToString: (head: HeadClient) => HTMLResult; | ||
declare const Head: DefineComponent<{}, () => null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{} & {}>, {}>; | ||
export { HTMLobj, Head, HeadAttrs, HeadClient, HeadObject, HeadObjectPlain, HeadTag, createHead, injectHead, renderHeadToString, useHead }; | ||
export { HTMLResult, Head, HeadAttrs, HeadClient, HeadObject, HeadObjectPlain, HeadTag, createHead, injectHead, renderHeadToString, useHead }; |
{ | ||
"name": "@vueuse/head", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Document head manager for Vue 3. SSR ready.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26603