UNPKG

@blocknote/react

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

8 lines (7 loc) 189 B
export declare function useResolveUrl(fetchUrl: string): { loadingState: "loading" | "error"; downloadUrl?: undefined; } | { loadingState: "loaded"; downloadUrl: string; };