mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-16 01:04:29 +00:00
* [react-faux-dom] Omit ReactFauxDomProps * [react-faux-dom] update tslint rules strict-export-declare-modifiers: false * [react-faux-dom] replace Omit<T, K> replace Omit<T, K> with Pick<T, Exclude<keyof T, K>>