UNPKG

html2canvas

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