nuxt-social-tags
Version:
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]
21 lines (18 loc) • 501 B
TypeScript
import * as _nuxt_schema from '@nuxt/schema';
interface ModuleOptions {
enabled?: boolean;
url?: string;
title?: string;
author?: string;
site_name?: string;
description?: string;
theme_color?: string;
img?: string;
locale?: string;
twitter?: boolean;
opengraph?: boolean;
twitter_user?: string;
twitter_card?: string;
}
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
export { ModuleOptions, _default as default };