UNPKG

react-viewer

Version:
6 lines (5 loc) 166 B
import * as React from 'react'; export interface LoadingProps { style?: React.CSSProperties; } export default function Loading(props: LoadingProps): JSX.Element;