UNPKG

react-metatags-hook

Version:
3 lines (2 loc) 205 B
import { MetaTagsConfig, MetaTagsModel } from '../types'; export declare const parseMetaConfig: ({ title, description, lang, charset, metas, links, openGraph, twitter, }: MetaTagsConfig) => MetaTagsModel;