UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 251 B
/// <reference types="react" /> import { LoadingState } from '@docsvision/webclient/System/LoadingState'; export declare const LoadingViewWithText: (props: { state: LoadingState; className?: string; alignLeft?: boolean; }) => JSX.Element;