UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

2 lines (1 loc) 73 B
export declare type Subtract<T, K> = Pick<T, Exclude<keyof T, keyof K>>;