UNPKG

ajsfw

Version:
5 lines (4 loc) 189 B
import { IVisualComponentPlaceholder } from "./IVisualComponentPlaceholder"; export interface IVisualComponentPlaceholderCollection { [name: string]: IVisualComponentPlaceholder; }