UNPKG

legions-thirdparty-plugin

Version:
6 lines (5 loc) 142 B
import { CSSValue } from './syntax/parser'; export interface ITypeDescriptor<T> { name: string; parse: (value: CSSValue) => T; }