import { PropertyGridConfigItem } from './property-grid-config-item'; export interface PropertyGridConfig { [name: string]: PropertyGridConfigItem; }