index.ts 124 Bytes
export interface AnyType {
  [proppName: string]: any;
}

export * from './dialog-layout-props';
export * from './ag-grid';