UNPKG

html2canvas

Version:
7 lines (6 loc) 198 B
import { CSSValue } from './syntax/parser'; import { Context } from '../core/context'; export interface ITypeDescriptor<T> { name: string; parse: (context: Context, value: CSSValue) => T; }