interface TiffChartWrapperProps {
    config: any;
    file: File;
    metadata: any;
    onFullscreenChange: (isFullscreen: boolean) => void;
}

Properties

config: any
file: File
metadata: any
onFullscreenChange: (isFullscreen: boolean) => void