UNPKG

ajsfw

Version:
5 lines (4 loc) 168 B
import { IVisualComponentChildInfo } from "./IVisualComponentChildInfo"; export interface IVisualComponentChildren { [id: string]: IVisualComponentChildInfo; }