UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

5 lines (4 loc) 209 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; import { CSSValue } from '../syntax/parser'; export type Content = CSSValue[]; export declare const content: IPropertyListDescriptor<Content>;