UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

3 lines (2 loc) 180 B
import type { ComponentMeta } from './component'; export declare function walkComponentDocs(component: ComponentMeta, callback: (docs: string) => void | string | undefined): void;