UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

14 lines 425 B
/** * ```js * import { fetchLinkPreview } from '@amityco/ts-sdk' * const { title, description, imageUrl } = fetchLinkPreview('https://www.example.com/') * ``` * * * @param url the url to fetch link preview * @returns A {@link Amity.LinkPreview} instance * * @category Client API * */ export declare const fetchLinkPreview: (url: string) => Promise<Amity.LinkPreview>; //# sourceMappingURL=fetchLinkPreview.d.ts.map