mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
feat(typings): fixes import issue (#1682)
This commit is contained in:
parent
0292eedb7b
commit
590c8b7951
2
type-definitions/antd.d.ts
vendored
2
type-definitions/antd.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: bang88 <https://github.com/bang88>, Bruce Mitchener <https://github.com/waywardmonkeys/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import React from 'react'
|
||||
import * as React from 'react'
|
||||
|
||||
declare namespace Antd {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user