UNPKG

@glodon-aiot/react-components

Version:

aiot react components

8 lines (7 loc) 201 B
interface UsePdfViewerResult { pdfBlobUrl: string | null; pdfLoading: boolean; pdfError: string | null; } export declare const usePdfViewer: (url: string) => UsePdfViewerResult; export {};