UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

4 lines (3 loc) 236 B
import ts from 'typescript'; import { type CSSVarMeta, type DocTagMeta } from './component'; export declare function buildCSSVarsMeta(checker: ts.TypeChecker, typeRoot?: ts.Type, parentDocTags?: DocTagMeta[]): CSSVarMeta[] | undefined;