UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

9 lines (8 loc) 239 B
/// <reference types="react" /> export interface FileSkeletonProps { /** * Classname of the skeleton wrapper. */ className?: string; } export declare const FileSkeleton: ({ className }: FileSkeletonProps) => JSX.Element;