Skip to content

Commit

Permalink
types: export metaInfo types directly from index (#441)
Browse files Browse the repository at this point in the history
To be able to annotate those in user's code when stored individually.

Resolves #440
  • Loading branch information
rchl authored and pimlie committed Aug 30, 2019
1 parent 96a14f7 commit dc30544
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit dc30544

Please sign in to comment.