UNPKG

televue

Version:

Vue 3 components for Telegram widgets

4 lines (3 loc) 225 B
import type { ComputedRef, Ref } from 'vue'; export declare function useShareURL(url: Ref<string> | string, text?: Ref<string> | string): ComputedRef<string>; export declare type UseShareURL = ReturnType<typeof useShareURL>;