mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-16 11:50:34 +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,
|
||||
VueMetaPlugin,
|
||||
MetaInfo,
|
||||
MetaInfoSSR
|
||||
MetaInfoSSR,
|
||||
AttributeProperty,
|
||||
LinkPropertyBase,
|
||||
LinkPropertyHref,
|
||||
LinkPropertyHrefCallback,
|
||||
MetaPropertyCharset,
|
||||
MetaPropertyEquiv,
|
||||
MetaPropertyName,
|
||||
MetaPropertyMicrodata,
|
||||
MetaPropertyProperty,
|
||||
NoScriptProperty,
|
||||
ScriptPropertyBase,
|
||||
ScriptPropertyText,
|
||||
ScriptPropertySrc,
|
||||
ScriptPropertySrcCallback,
|
||||
ScriptPropertyJson,
|
||||
StyleProperty
|
||||
} from './vue-meta'
|
||||
|
||||
Reference in New Issue
Block a user