UNPKG

js-web-screen-shot

Version:

web端自定义截屏插件(原生JS版)

7 lines (6 loc) 556 B
import { CropBoxBounds } from "../../../lib/type/components/cropBox"; import { ToolPlacement } from "../../../lib/type/components/toolbar"; export declare const registerForRightClickEvent: (container: HTMLElement) => void; export declare const registerContainerShortcuts: (container: HTMLDivElement) => void; export declare const showToolBar: (drawGraphPosition: CropBoxBounds, dpr: number, placement: ToolPlacement, getFullScreenStatus: boolean, fullScreenDiffHeight?: number) => void; export declare const adjustContainerLevels: (level: number) => void;