UNPKG

react-ocean-forms

Version:
3 lines (2 loc) 120 B
export declare type Omit<T, U> = Pick<T, Exclude<keyof T, U>>; export declare type Subtract<T, U> = Omit<T, keyof U>;