MCPcopy
hub / github.com/niklasvh/html2canvas / ITypeDescriptor

Interface ITypeDescriptor

src/css/ITypeDescriptor.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {Context} from '../core/context';
3
4export interface ITypeDescriptor<T> {
5 name: string;
6 parse: (context: Context, value: CSSValue) => T;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…