UNPKG

@stefanobartoletti/nuxt-social-share

Version:
7 lines (6 loc) 230 B
/** * Email Network Definition * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/a#linking_to_an_email_address */ import type { Network } from '../types/index.js'; export declare const email: Network;