UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

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