babel-plugin-import icon indicating copy to clipboard operation
babel-plugin-import copied to clipboard

Modularly import plugin for babel.

Results 111 babel-plugin-import issues
Sort by recently updated
recently updated
newest added

支持在解构赋值中使用默认值,例如: ``` import { Button } from 'antd'; ... const { leftBtn = Button } = props; ```