mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 21:00:33 +03:00
types: export metaInfo types directly from index (#441)
To be able to annotate those in user's code when stored individually. Resolves #440
This commit is contained in:
Vendored
+17
-1
@@ -7,5 +7,21 @@ export {
|
|||||||
VueMetaOptions,
|
VueMetaOptions,
|
||||||
VueMetaPlugin,
|
VueMetaPlugin,
|
||||||
MetaInfo,
|
MetaInfo,
|
||||||
MetaInfoSSR
|
MetaInfoSSR,
|
||||||
|
AttributeProperty,
|
||||||
|
LinkPropertyBase,
|
||||||
|
LinkPropertyHref,
|
||||||
|
LinkPropertyHrefCallback,
|
||||||
|
MetaPropertyCharset,
|
||||||
|
MetaPropertyEquiv,
|
||||||
|
MetaPropertyName,
|
||||||
|
MetaPropertyMicrodata,
|
||||||
|
MetaPropertyProperty,
|
||||||
|
NoScriptProperty,
|
||||||
|
ScriptPropertyBase,
|
||||||
|
ScriptPropertyText,
|
||||||
|
ScriptPropertySrc,
|
||||||
|
ScriptPropertySrcCallback,
|
||||||
|
ScriptPropertyJson,
|
||||||
|
StyleProperty
|
||||||
} from './vue-meta'
|
} from './vue-meta'
|
||||||
|
|||||||
Reference in New Issue
Block a user