index.ts 124 Bytes EditWeb IDE 1 2 3 4 5 6 export interface AnyType { [proppName: string]: any; } export * from './dialog-layout-props'; export * from './ag-grid';