mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
type: update any type to Record (#52240)
This commit is contained in:
parent
46eca8dc63
commit
968820a546
@ -7,7 +7,7 @@ describe('antd dist files', () => {
|
||||
// https://github.com/ant-design/ant-design/issues/1638
|
||||
// https://github.com/ant-design/ant-design/issues/1968
|
||||
it('exports modules correctly', () => {
|
||||
let antd: any;
|
||||
let antd: Record<PropertyKey, any> = {};
|
||||
if (testDist) {
|
||||
antd = require('../dist/antd');
|
||||
} else if (testDistMin) {
|
||||
|
Loading…
Reference in New Issue
Block a user