UNPKG

@stefanobartoletti/nuxt-social-share

Version:
7 lines (6 loc) 177 B
/** * Telegram Network Definition * @see https://core.telegram.org/widgets/share */ import type { Network } from '../types/index.js'; export declare const telegram: Network;