UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

3 lines (2 loc) 154 B
import type { CSSPartMeta, DocTagMeta } from './component'; export declare function buildCSSPartsMeta(doctags?: DocTagMeta[]): CSSPartMeta[] | undefined;