2
0
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:
Rafał Chłodnicki
2019-08-30 10:40:56 +02:00
committed by Pim
parent 96a14f7284
commit dc305440c4
+17 -1
View File
@@ -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'