UNPKG

@cmk/fe_utils

Version:
4 lines (2 loc) 185 B
import { Element } from '../editorRendererController'; export declare const getRecursiveElementChildren: (allElements: Element[], parentId: string, componentId?: string) => Element[];