UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

8 lines (7 loc) 259 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export interface COUNTER_RESET { counter: string; reset: number; } export type CounterReset = COUNTER_RESET[]; export declare const counterReset: IPropertyListDescriptor<CounterReset>;