UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

4 lines (3 loc) 253 B
import type { ComponentInput } from "../../../types"; export declare function initComponentInputSection(shadow: ShadowRoot): void; export declare function renderComponentInput(shadow: ShadowRoot, cmpId: string, propName: string): ComponentInput | null;