UNPKG

@stefanobartoletti/nuxt-social-share

Version:
7 lines (6 loc) 234 B
/** * LinkedIn Network Definition * @see https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/plugins/share-plugin */ import type { Network } from '../types/index.js'; export declare const linkedin: Network;