UNPKG

html2canvas

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