Version
3.5.4
Environment
bowser 3.5.4
Reproduction link

Steps to reproduce
npm start
What is expected?
compile successfully
What is actually happening?
Error:
antd\lib_util\type.d.ts
(8,63): error TS2344: Type 'keyof T' does not satisfy the constraint 'string'.
Type 'string | number | symbol' is not assignable to
type 'string'.
Type 'number' is not assignable to type 'string'.
Version
3.5.4
Environment
bowser 3.5.4
Reproduction link
Steps to reproduce
npm start
What is expected?
compile successfully
What is actually happening?
Error:
antd\lib_util\type.d.ts
(8,63): error TS2344: Type 'keyof T' does not satisfy the constraint 'string'.
Type 'string | number | symbol' is not assignable to
type 'string'.
Type 'number' is not assignable to type 'string'.