index.ts 124 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3
export interface AnyType {
  [proppName: string]: any;
}
hucy's avatar
hucy committed
4 5

export * from './dialog-layout-props';
hucy's avatar
hucy committed
6
export * from './ag-grid';