UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

16 lines (15 loc) 562 B
/// <reference path="../../vendor/react/react.d.ts" /> //@ts-ignore import { Component } from 'react'; import { ImagePaneView } from './ImagePaneView'; export declare class ImageDocumentViewer extends Component<any, any> { private _rightSidebarElement; private _imagePane; constructor(props: any, state: any); render(): JSX.Element; componentDidMount(): void; componentWillUnmount(): void; componentDidUpdate(): void; get ImagePaneView(): ImagePaneView | null; get rightSidebarElement(): HTMLDivElement | null; }