UNPKG

@stefanobartoletti/nuxt-social-share

Version:
4 lines (3 loc) 192 B
import type { ComputedRef } from '#imports'; import type { Network, Options } from './types//index.js'; export declare function useSocialShare(options?: Options): ComputedRef<Network | null>;