UNPKG

@gooddata/react-components

Version:

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

3 lines (2 loc) 106 B
// (C) 2019 GoodData Corporation export declare type Subtract<T, K> = Pick<T, Exclude<keyof T, keyof K>>;