UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

8 lines (7 loc) 290 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export interface COUNTER_INCREMENT { counter: string; increment: number; } export type CounterIncrement = COUNTER_INCREMENT[] | null; export declare const counterIncrement: IPropertyListDescriptor<CounterIncrement>;