2018-03-21 13:16:11 +00:00
|
|
|
/* @remove-on-es-build-begin */
|
|
|
|
// this file is not used if use https://github.com/ant-design/babel-plugin-import
|
|
|
|
const ENV = process.env.NODE_ENV
|
|
|
|
if (ENV !== 'production' &&
|
|
|
|
typeof console !== 'undefined' &&
|
|
|
|
console.warn &&
|
|
|
|
typeof window !== 'undefined') {
|
|
|
|
console.warn(
|
|
|
|
'You are using a whole package of antd, ' +
|
|
|
|
'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.',
|
|
|
|
)
|
|
|
|
}
|
|
|
|
/* @remove-on-es-build-end */
|
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Affix } from './affix'
|
2017-11-06 09:46:08 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
// export { default as Anchor } from './anchor'
|
2017-11-07 04:02:33 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as AutoComplete } from './auto-complete'
|
2018-03-22 14:17:35 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Alert } from './alert'
|
2017-11-09 10:57:34 +00:00
|
|
|
|
|
|
|
export { default as Avatar } from './avatar'
|
2017-11-16 10:29:02 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as BackTop } from './back-top'
|
|
|
|
|
2017-11-16 10:29:02 +00:00
|
|
|
export { default as Badge } from './badge'
|
2017-11-21 11:15:41 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Breadcrumb } from './breadcrumb'
|
2017-12-06 10:54:20 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Button } from './button'
|
2018-02-28 11:07:04 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Calendar } from './calendar'
|
2018-02-28 11:07:04 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Card } from './card'
|
2018-01-15 02:52:16 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Collapse } from './collapse'
|
2018-01-15 02:57:10 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
// export { default as Carousel } from './carousel'
|
2018-01-12 11:04:42 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Cascader } from './cascader'
|
2018-01-16 11:15:07 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Checkbox } from './checkbox'
|
2018-01-20 06:33:42 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Col } from './col'
|
2018-01-29 10:57:20 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as DatePicker } from './date-picker'
|
2018-01-30 10:22:41 +00:00
|
|
|
|
|
|
|
export { default as Divider } from './divider'
|
2018-02-01 10:18:05 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Dropdown } from './dropdown'
|
2018-02-06 07:21:13 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
// export { default as Form } from './form'
|
2018-02-06 07:21:13 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Icon } from './icon'
|
2018-02-09 09:09:50 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Input } from './input'
|
2018-02-24 11:53:21 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as InputNumber } from './input-number'
|
|
|
|
|
|
|
|
// export { default as Layout } from './layout'
|
|
|
|
|
|
|
|
// export { default as List } from './list'
|
2018-02-27 04:14:29 +00:00
|
|
|
|
2018-02-27 04:17:53 +00:00
|
|
|
export { default as LocaleProvider } from './locale-provider'
|
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as message } from './message'
|
2018-02-28 11:07:04 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Menu } from './menu'
|
2018-03-02 08:54:22 +00:00
|
|
|
|
2018-03-06 11:14:41 +00:00
|
|
|
export { default as Modal } from './modal'
|
2018-03-03 11:14:03 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as notification } from './notification'
|
2018-03-09 10:52:31 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Pagination } from './pagination'
|
2018-03-14 14:00:43 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Popconfirm } from './popconfirm'
|
2018-03-17 13:38:29 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Popover } from './popover'
|
2018-03-21 13:16:11 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Progress } from './progress'
|
2018-03-31 13:11:02 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Radio } from './radio'
|
2018-03-31 13:11:02 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Rate } from './rate'
|
|
|
|
|
|
|
|
export { default as Row } from './row'
|
|
|
|
|
|
|
|
export { default as Select } from './select'
|
2018-04-01 11:23:56 +00:00
|
|
|
|
|
|
|
export { default as Slider } from './slider'
|
2018-04-03 06:14:38 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Spin } from './spin'
|
2018-04-03 07:51:44 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Steps } from './steps'
|
2018-04-04 05:57:23 +00:00
|
|
|
|
2018-04-08 13:17:20 +00:00
|
|
|
export { default as Switch } from './switch'
|
|
|
|
|
|
|
|
export { default as Table } from './table'
|
2018-04-06 16:20:45 +00:00
|
|
|
|
|
|
|
export { default as Transfer } from './transfer'
|
2018-04-08 13:17:20 +00:00
|
|
|
|
2018-04-13 10:58:58 +00:00
|
|
|
export { default as Tree } from './tree'
|
2018-04-08 13:17:20 +00:00
|
|
|
|
|
|
|
// export { default as TreeSelect } from './tree-select'
|
|
|
|
|
|
|
|
export { default as Tabs } from './tabs'
|
|
|
|
|
|
|
|
export { default as Tag } from './tag'
|
|
|
|
|
|
|
|
export { default as TimePicker } from './time-picker'
|
|
|
|
|
|
|
|
export { default as Timeline } from './timeline'
|
|
|
|
|
|
|
|
export { default as Tooltip } from './tooltip'
|
|
|
|
|
|
|
|
// export { default as Mention } from './mention'
|
|
|
|
|
2018-04-13 08:19:50 +00:00
|
|
|
export { default as Upload } from './upload'
|
2018-04-08 13:17:20 +00:00
|
|
|
|
|
|
|
export { default as version } from './version'
|