UNPKG

@stefanobartoletti/nuxt-social-share

Version:
7 lines (6 loc) 205 B
/** * Facebook Network Definition * @see https://developers.facebook.com/docs/sharing/reference/share-dialog */ import type { Network } from '../types/index.js'; export declare const facebook: Network;