UNPKG

ngx-mat-cdk

Version:

Extra Components for Angular Material including Filters,Drag Drop File, MatSelect Mobile Version

10 lines (9 loc) 193 B
export declare class KeyValue<TKey, TValue> { key: TKey; value?: TValue; hidden?: boolean; show?: boolean; isNew?: boolean; zIndex?: number; width?: any; }