UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

5 lines (4 loc) 87 B
/** * Exclude property from type */ export type Modify<T, R> = Omit<T, keyof R> & R;