diff --git a/types/index.d.ts b/types/index.d.ts index 99c06c4..ed4d0f5 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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'