|
|
@ -74,7 +74,6 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
|
|
|
|
import 'antd/lib/date-picker/style/css'; // with style
|
|
|
|
import 'antd/lib/date-picker/style/css'; // with style
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Environment Support
|
|
|
|
## Environment Support
|
|
|
|
|
|
|
|
|
|
|
|
* Browser: Modern browsers and Internet Explorer 9+.
|
|
|
|
* Browser: Modern browsers and Internet Explorer 9+.
|
|
|
@ -96,6 +95,8 @@ tsconfig.json
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> Note: set `allowSyntheticDefaultImports` to prevent `error TS1192: Module 'react' has no default export`.
|
|
|
|
|
|
|
|
|
|
|
|
## Links
|
|
|
|
## Links
|
|
|
|
|
|
|
|
|
|
|
|
- [Home page](http://ant.design/)
|
|
|
|
- [Home page](http://ant.design/)
|
|
|
|