UNPKG

@charisma-ai/react

Version:
3 lines (2 loc) 157 B
export declare const fetchMedia: (url: string, useCache?: boolean) => Promise<string>; export declare const prefetchMedia: (url: string) => Promise<string>;