UNPKG

@stefanobartoletti/nuxt-social-share

Version:
7 lines (6 loc) 201 B
/** * Threads Network Definition * @see https://developers.facebook.com/docs/threads/threads-web-intents/ */ import type { Network } from '../types/index.js'; export declare const threads: Network;