UNPKG

js-web-screen-shot

Version:

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

3 lines (2 loc) 180 B
import { ScreenShotOptions } from "../../../../lib/type/components/screenshot"; export declare const normalizeScreenShotOptions: (options: ScreenShotOptions) => ScreenShotOptions;